I am creating a java APP and uging jar2exe to distribuite it as a exe file.
I have the following issue: when using the "Hide class files" or "Encrypt and hide class files" option my application craches when opening a certain JFrame for the second time. In other words:
1. I open my application: OK
2. I open a certain form to input some data: OK
3. I reopen the same form to input other data: crashes
Using other forms it is OK, I do not know what to look for.
If I use the original .jar or I do not use Hide or Encrypt option it works fine.
I am creating a java APP and uging jar2exe to distribuite it as a exe file.
I have the following issue: when using the "Hide class files" or "Encrypt and hide class files" option my application craches when opening a certain JFrame for the second time. In other words:
1. I open my application: OK
2. I open a certain form to input some data: OK
3. I reopen the same form to input other data: crashes
Using other forms it is OK, I do not know what to look for.
If I use the original .jar or I do not use Hide or Encrypt option it works fine.
Here is the generated error file:
https://dl.dropboxusercontent.com/u/42217759/hs_err_pid9988.log
What can I do?
Thanks
Carlo