Re: Jamvm and gnuclasspath

2008-03-19 Thread grep
This is how i have configured (classpath 0.97 ) ./configure --host=arm-xscale-linux-gnueabi --with-x --enable-local-sockets --enable-portable-native-sync --enable-examples --disable-plugin --enable-jni --enable-core-jni --with-vm=/usr/local/jamvm/bin/jamvm --disable-gconf-peer --enable-gtk-peer

Re: Jamvm and gnuclasspath

2008-03-19 Thread grep
Hi, Thanks for your kind reply... I followed Andrew's suggestion and got the Hello.class working :) Now i am trying to test the swing and awt components. I am using the following command to run the examples... /usr/local/jamvm/bin/jamvm -cp /usr/local/classpath/share/classpath/examples/exa

Re: Jamvm and gnuclasspath

2008-03-19 Thread Andrew John Hughes
On 19/03/2008, Christian Thalinger <[EMAIL PROTECTED]> wrote: > On Wed, 2008-03-19 at 10:36 +0530, shankar grep wrote: > > Hi, > > > > I have compiled jamvm 1.5 and gnu classpath 0.96. When i try to > > run a simple hello world program i get the following error... > > > > > > $ ./bin/jam

Re: Jamvm and gnuclasspath

2008-03-19 Thread Christian Thalinger
On Wed, 2008-03-19 at 10:36 +0530, shankar grep wrote: > Hi, > > I have compiled jamvm 1.5 and gnu classpath 0.96. When i try to > run a simple hello world program i get the following error... > > > $ ./bin/jamvm -cp > lib/rt.jar:/usr/local/classpath/share/classpath/tool.zip Hello You have