creating an exe of a Java code with GCJ, for Unix from Windows

Hello

I'm making some executable files for a Java program, using GCJ.

I'm developping under windows.

I've succeded creating a .exe file for the Windows platform.

I'd like to know if it is possible to create an executable with GCJ, but for Unix, from my Windows platform?

If yes, how can I do it?

Thanks for your help.

Philippe

[379 byte] By [phsansa] at [2007-10-2 19:51:54]
# 1
The GNU compilers support cross-platform compilatiion and this might apply to GCJ but I am sure it is a hairy issue. The notion of "Unix" is rather vague: it covers OS's for Intel, Sparc, Alpha etc...
BIJ001a at 2007-7-13 22:30:58 > top of Java-index,Developer Tools,Java Compiler...
# 2
I strongly recommend that you don't use GCJ or any Java with 'Gnu' in its title.
ejpa at 2007-7-13 22:30:58 > top of Java-index,Developer Tools,Java Compiler...