Re: gcj and kaffe (solved)

2004-11-13 Thread Rogério Brito
On Nov 13 2004, Gerard Robin wrote: > I used the unstable version of gcj and kaffe and I guessed that was this > version which did not works fine. > I removed gcj and kaffe and reinstalled the woody packages and now all > works fine. ;-) What about using the versions in testing/sar

Re: gcj and kaffe (solved)

2004-11-13 Thread Gerard Robin
ption > Internal error: caught an unexpected exception. > Please check your CLASSPATH and your installation. > java/lang/NullPointerException > > or sometimes: > > Hello World! > > Can someone help me to understand what is wrong ? > I used the unstable version of

gcj and kaffe

2004-11-12 Thread Gerard Robin
Hello, I compiled the file: HelloWorldApp.java class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!"); } } gcj -C HelloWorldApp.java the compiler has generated the file: HelloWorldApp.class. Then, I ran, kaffe HelloWorldApp, and I got