I have a project/program with serval java jar files and libs. I have included them all (as far as I can tell) to be zipped using jar2exe.
As standalone, just using the main jar file, all functionality works. But after the jar2exe, the exe created works on all functions except on that has a panel (JPANEL) which should be repaint, but doesn't. Trying to figure out why it works just as is with jar execution, but not as the EXE execution?? Any help on this would be appreciated.
Hello,
I have a project/program with serval java jar files and libs. I have included them all (as far as I can tell) to be zipped using jar2exe.
As standalone, just using the main jar file, all functionality works. But after the jar2exe, the exe created works on all functions except on that has a panel (JPANEL) which should be repaint, but doesn't. Trying to figure out why it works just as is with jar execution, but not as the EXE execution?? Any help on this would be appreciated.
Thanks - Tony