first bits of Java running

Hi,
my 3 post today is not a problem report. :slight_smile:

Instead success:

root@beagleboard:~# cacao HelloWorld
Hello World!
This is running with CACAO
on a arm-Linux system.
My class file is here: file:/home/root/
:slight_smile: :slight_smile: :slight_smile:
And just because everyone truly recognizes this as Java:
Exception in thread "main" java.lang.NullPointerException
Β Β Β at HelloWorld.main(HelloWorld.java:16)

I still have no answer from the libtool guys about the problem I face
with GNU Classpath but I expect an answer soon and then everyone can
build this trough OpenEmbedded/Angstrom. :slight_smile:

Regards
Robert

Hi,
thanks to Henning Heinold the libtool issue with GNU Classpath in
OpenEmbedded/Angstrom is now fixed.

Now JamVM/Cacao + GNU Classpath packages can be built flawlessly.

Regards
Robert

Robert Schuster schrieb: