We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi! I'm trying to export into an application, and my program uses the Minim and gifAnimation libraries. I read a thread that said that reverting back to 2.0.3 32-bit version works, but unfortunately when I tried it I still get a "Java Exception has occurred" error message. Am I doing something wrong? The .exe file I should be trying to run is in the lib folder, right?
When I revert back to 1.5.1, though, and I remove any code involving the libraries, it exports properly, which is what led me to believe that's why it's not exporting properly in 2.0.3/2.1.1 but maybe it's something else I'm doing wrong?
edit; oh I just realized I also have the keyEvent library since they seem to have gotten rid of that in recent versions, but removing any code to do with that also does not solve the problem.
Answers
The export works for me (Windows 32-bit) in 2.1.1, I recently tried with a small sketch using Minim.
The exe file is at the top of application.windows32 and uses files in the lib folder; there, you should find the needed core libraries and the files of the other libraries.
OH WOW I had been trying the .windows64 version at first which brought up a cmd instead, and hadn't thought to try that file in the 32 version..... thanks so much!