Hi,
I'm trying to use JamVM in an Asus wl-500w with openWrt 8.09.
I install GNU Classpath from
http://ipkg.nslu2-linux.org/feeds/optware/openwrt-brcm24/cross/unstable/which version is 0.98-1 and install the JamVM from repository.
I put all things in /mnt/opt/
I make a soft links from /mnt/opt/ to /opt and put /mnt/opt/bin to PATH.
When I launch jamvm -version
java version "1.5.0"
JamVM version 1.5.3
Copyright (C) 2003-2009 Robert Lougher <rob@lougher.org.uk>
/***
Same info
****/
Build information:
Execution Engine: direct-threaded interpreter with stack-caching
Compiled with: gcc 3.4.6 (OpenWrt-2.0)
Boot Library Path: /opt/lib/classpath
Boot Class Path: /opt/share/jamvm/classes.zip:/opt/share/classpath/glibj.zip
But when I try to run a helloWorld it throw me this:
root@OpenWrt:/mnt# jamvm HelloWorld
Exception occurred while printing exception (java/lang/NoClassDefFoundError)...
Original exception was java/lang/UnsatisfiedLinkError
I don't have idea what it could be. I have attached (
HelloWorld.stack) the full verbose
when launching jamvm -verbose HelloWorld.
Someone has suffered from something similar?
Thanks
Ken