copile java 1.5 code
Jens Fransson
fransson@fransson.de
Wed Jan 26 14:22:00 GMT 2005
Hello Oli!
The sad news is that gcj does not compile 1.5 code at present.
Try compiling your app with javac -source 1.4 -target 1.4. If that
works, gcj has a chance. By the way, I evaluated Excelsior JET
(not for free, *sigh*) and found that it hammered away all
problems I had with gcj.
Cheers,
Jens
TOW> Hello,
TOW> I need to compile a java program. This one is written with java 1.5. It does
TOW> not work to compile the program correct.
TOW> I wrote a little program to solve my compile problems, but it still doesn't
TOW> work. I hope someone can help me. Or is it just at the moment not possible to
TOW> compile java 1.5 code?
TOW> The little senseless program is append to this mail.
TOW> tia
TOW> Oli
More information about the Java
mailing list