Re: [jnc-users] Help compiling with JNC
Status: Beta
Brought to you by:
soapy
From: Marco T. <ma...@mt...> - 2012-02-17 10:17:33
|
On 17.02.2012 10:42, Me Myself and I wrote: > Is there a version of JNC java compiler that > - supports 1.5 syntax > - is posted on sourceforge, and does not include a demo message in result > programs > - is available to compile programs commercially, within the JNC > compiler's use license? > - Which version number is it, out of the sourceforce version folders for > this project? All JNC releases are on sourceforge. I don't remember the specifics of each of them. Just check the release notes and try for yourself. > I can't get my java 1.5 to compile: I get > //---------------------------------------------------------------- > creating "Program.exe" for Windows > - main compilation step > Can't run the command, "C:\Users\User\bin\gcj" doesn't exist! > failed... > //---------------------------------------------------------------- > > How do I get this message to go away and just have it compile java > 1.5 source code? By also downloading gcc and put it into the right place as described on the JNC download page. Cheers! Marco |