Re: [javaCompiler-users] Compiled EXE closes immediately after execution
Status: Beta
Brought to you by:
soapy
From: Marco T. <mt...@gm...> - 2006-09-24 00:25:58
|
Cyber Legionnaire wrote: > Hi, > > I've compiled some source files using JavaCompiler. The .EXE is created > but when I try to run it, I briefly see a blank console window and the > program terminates. No error message, no nothing. > > Is this something common? No... Never seen that myself... > I am missing something. Probably ;-) Remove all your code and restore it step by step. This way you can track down what causes it to exit... Or another idea; if you created a GUI app, enable the console and check for exceptions... Marco |