OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: cortez on March 10, 2006, 07:27:09 am

Title: Java Environment
Post by: cortez on March 10, 2006, 07:27:09 am
GNU Classpath 0.90 (http://www.gnu.org/software/classpath/), Essential Libraries for Java, is a GNU project to create free core class libraries for use with virtual machines and compilers for the java programming language. The package is compiled with Java2D/Cairo support enabled.

Use following exports
Code: [Select]
# export PATH=$PATH:/usr/java/jamvm/bin
# export CLASSPATH=/usr/java/jamvm/share/jamvm/classes.zip:/usr/java/classpath/share/classpath/glibj.zip

Recreate package as follows: cat classpath.tar.bz2*.ipk | bunzip2 -c | tar xf -

Part 1 in this post, part 2 in next post (due to forum upload limit)

 [ You are not allowed to view attachments ]
Title: Java Environment
Post by: cortez on March 10, 2006, 07:29:48 am
Part 2 of GNU Classpath 0.20 (http://www.gnu.org/software/classpath/)
Recreate package as described in first post.
Title: Java Environment
Post by: jgzhang on March 12, 2006, 08:47:47 pm
 Thanks a lot for your quick action!
Title: Java Environment
Post by: ostense on March 14, 2006, 07:01:04 am
Quote
Part 2 of GNU Classpath 0.20 (http://www.gnu.org/software/classpath/)
Recreate package as described in first post.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=117892\"][{POST_SNAPBACK}][/a][/div]

Does this mean that it is possible to use java 1.4 with Swing on the Zaurus?
Has anybody tried it on some real applications?

Thank you!
Title: Java Environment
Post by: david.dmz on March 14, 2006, 08:21:08 pm
Any chance this would work on a Sharp ROM on a SL-C3000?  When trying to install the ipk's I always get unpacking errors.
Title: Java Environment
Post by: Meanie on March 31, 2006, 02:18:18 am
Hi,

would it be possible that with the next release of jamvm and classpath, you also consider to compile the gcjwebplugin from http://www.nongnu.org/gcjwebplugin/ (http://www.nongnu.org/gcjwebplugin/) so that you can load java applets from firefox? thanks