This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: copile java 1.5 code


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]