>From memory this is, so may be completely wrong, but I'd: opkg install --force-depends cacao opkg install --force-depends classpath opkg install --force-depends classpath-gtk
If I remember correctly, there was a bug in classpath that was causing it to report a successful installation, whereas in reality it was going wrong. Forcing all three got it to work for me. Best of luck, 2008/10/31 Jim Ancona <[EMAIL PROTECTED]>: > Peter Neubauer wrote: >> Mmh, >> it seems your jvm is not finding the Java base classes. Do you ave >> Classpath installed? You could try to explicitly point out the >> classes.zip file of your JRE using >> >> cacao -cp PATH/TO/classes.zip .jar myJar.jar >> >> HTH, probably others on this list know more ... > > I agree with Peter, your problem sounds CLASSPATH related. I had pretty > good luck using Jalimo [1] to package Java apps for my Freerunner. I was > able to run a SWT GUI app, although it was very slow. > > Jim > > [1] - https://wiki.evolvis.org/jalimo/index.php/Main_Page > > > _______________________________________________ > Openmoko community mailing list > [email protected] > http://lists.openmoko.org/mailman/listinfo/community > _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

