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/sarge? This way you

Re: gcj and kaffe (solved)

2004-11-13 Thread Gerard Robin
On Fri, Nov 12, 2004 at 10:08:36PM +, Gerard Robin wrote: > 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