Re: [javaCompiler-users] Compiler "Install"
Status: Beta
Brought to you by:
soapy
From: Marco T. <mt...@gm...> - 2007-01-15 19:44:23
|
xxxxxxxxxxxxxxxxxxxx xxxxxxxxxx wrote: > Hi Marco, > > I have recently learned of your compiler as an excellent way to turn > java/swing applications native It's still not 100% user friendly and you might need some missing libs. Just contact me if you run into such problems... > (until now I have used gcj for such > purposes, but with imageio/swing there are obviously problems). Yes, these don't work on Windows and where far from complete on Linux the last time I tried. But the core compiler I use is also GCJ. > Now I have a question regarding the "installation" process. Once I have > downloaded all of the files, I try to open the JavaNativeCompiler.exe > and nothing happens. If I attempt to execute the AutoCompiler.exe I get > an exception during runtime initialisation - apparently the application > requests the runtime to terminate. What operating system do you use? Which version? The working directory has to be the parent of the binaries. On Windows, this is the default if you double click the binaries. On Linux, it's not (at least not on my distro). > I suppose I am doing something stupid I am not aware of?! No, absolutely not. Just download the GUI frontend and start the JavaNativeCompiler. The GUI will appear even if you have not yet downloaded a compiler. But better start with the AutoCompiler. What exception does it give? Marco |