I'm evaluating install4j since I want to generate an executable for our Windows-users. Normally we run our app directly in Eclipse, or using bash scripts. We have one big jar with the whole framework as well as our applications, and some dependency jars. On deployment we set the class path with one shellscript and start the individual applications using other shellscripts.
This procedure work on both Linux, Mac and Windows.
Now I tried installing the demo version of install4j, and have been struggling to create an installer.
The result right now is that I build an installer that runs, and installs a generated EXE and all our other files in a directory structure under it.
However starting the generated executable doesnt work very well. The demo dialog is shown, and then after a while the application exits without any error messages.
My guess is of course that it crashes, probably because the classpath is incorrect or something similar.
The problem is, I have been playing around with the options in install4j for a couple of hours without any change in behaviour, and I'm in the dark right now. Adding the whole LIB directory, "Scan directory", adding jars individually etc etc.
Is there any way I can get some debugging information out frm the generated executable? Or any info at all abut what is going wrong?