Re: [javaCompiler-users] Compiler "Install"
Status: Beta
Brought to you by:
soapy
From: Marco T. <mt...@gm...> - 2007-01-17 10:02:12
|
xxxxxxxxxxxxxxxxxxxx xxxxxxxxxx wrote: > Hey Marco, > > solved the problem!! A few weeks ago I was messing with my cygwin > install to get something working. I managed to do what I wanted to do, > but as part of what I did I put a library file into the classpath (this > time classpath is right!). That's what did the screwing up!! Removed it > from the classpath now and jnc seems to work fine now. I could start the > GUI and my manually compiled helloWorld app worked fine as well. So I > reckon that's all of my problems solved. Can you explain that a little bit more? What file has it been? I'm surprised that one lib can stop GCC compiled apps from working... As long as it's not a Windows core dll, it really shouldn't have any impact... > I'm working on an image-transforming app right now, so having a swing > compatible native compiler like jnc is really useful. Before that I was > mainly programming mathematical apps for research groups etc, so never > had to deal with swing - mathematicians don't like pretty windows! :-) Well, If you have the choice, I suggest to use SWT instead of Swing. It's faster, looks better, has better native compilation support and creates way smaller binaries... > Thanks for providing help on this one. > And good work on jnc - keep it up Thanks and you're welcome... Marco |