![]() |
2008-07-28
, 09:19
|
Posts: 19 |
Thanked: 12 times |
Joined on Feb 2008
@ Cologne, Germany
|
#2
|
![]() |
2008-07-28
, 09:46
|
|
Posts: 664 |
Thanked: 160 times |
Joined on Jul 2008
@ Australia
|
#3
|
![]() |
2008-07-28
, 10:15
|
Posts: 566 |
Thanked: 150 times |
Joined on Dec 2007
|
#4
|
![]() |
2008-07-28
, 11:01
|
|
Posts: 664 |
Thanked: 160 times |
Joined on Jul 2008
@ Australia
|
#5
|
![]() |
2008-07-28
, 11:02
|
Posts: 19 |
Thanked: 12 times |
Joined on Feb 2008
@ Cologne, Germany
|
#6
|
![]() |
2008-07-28
, 12:57
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#7
|
The Following 2 Users Say Thank You to Jaffa For This Useful Post: | ||
![]() |
2008-07-28
, 13:56
|
Posts: 1,418 |
Thanked: 1,541 times |
Joined on Feb 2008
|
#8
|
![]() |
2008-07-28
, 16:35
|
Posts: 425 |
Thanked: 132 times |
Joined on Mar 2008
@ California
|
#9
|
![]() |
2008-07-29
, 03:36
|
|
Posts: 664 |
Thanked: 160 times |
Joined on Jul 2008
@ Australia
|
#10
|
My apology if this isn't the right place for this post but there was nothing I could do coz I couldn't find forum in jalimo site. So, the problem is that, I have installed jalimo in my N810 and I have the "Jalimo SWT Example" and "Jalimo SWT Example 2" running fine. I also wrote the simple "HelloWorld" java application, compiled in my computer and transfered it to my IT and was able to get the output in the command line by giving "cacao HelloWorld" command. Then I took one step up to the "SWT Sample Application". Wrote it, set the classpath in the "Environment Variable" to swt.jar which I downloaded from SWT site and compiled it. All went very right and even got the output as well. Then I transferred to my IT to mmc2 and wrote the command like:
/media/mmc2 $ cacao -cp /usr/share/java/swt-gtk.jar SimpleSwtSample
and I got the following exception:
Exception in thread "main" java.lang.NoClassDefFoundError: SimpleSwtSample not found in java.lang.ClassLoader$1{urls=[file:/usr/share/java/swt-gtk.jar], parent=null}
<<No stacktrace available>>
Caused by: java.lang.ClassNotFoundException: SimpleSwtSample not found in java.lang.ClassLoader$1{urls=[file:/usr/share/java/swt-gtk.jar], parent=null}
at java.net.URLClassLoader.findClass(URLClassLoader.j ava:529)
at java.lang.ClassLoader.loadClass(ClassLoader.java:3 41)
at java.lang.ClassLoader$1.loadClass(ClassLoader.java :1112)
at java.lang.ClassLoader.loadClass(ClassLoader.java:2 93)
/media/mmc2 #
And I got stuck. So, please help me through. Thanks..