M
MS
Hi,
Using JDK 1.5 and Netbeans 4.0 my application's 'distribution' jar file
doesn't work properly. The app works perfectly when 'run' from the
Netbeans GUI, but when run from the 'dist' dir's jar file my app's GUI
appears but nothing works, at least the buttons to get data from a
database don't work and all the other functionality requires the data
first -- none of the error messages are displayed either so no 'can't
connect to db' or such like. And yes I am remembering to use 'clean and
build main project' to force the jar dist file to be re-created.
Any ideas?
Thanks,
MS
Using JDK 1.5 and Netbeans 4.0 my application's 'distribution' jar file
doesn't work properly. The app works perfectly when 'run' from the
Netbeans GUI, but when run from the 'dist' dir's jar file my app's GUI
appears but nothing works, at least the buttons to get data from a
database don't work and all the other functionality requires the data
first -- none of the error messages are displayed either so no 'can't
connect to db' or such like. And yes I am remembering to use 'clean and
build main project' to force the jar dist file to be re-created.
Any ideas?
Thanks,
MS