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
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
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
3 matches
Mail list logo