Let's start with the simplest problem:
My app runs from within B4J, using JDK 11, in Release mode with no problems.
If I then double-click the .jar file produced, it does nothing.
Trying to run it again from within B4J then produces this error during compile:
but I don't see it listed in the task manager. I also cannot delete it in Windows because it "is being used by another process". The only way I have found so far to run it again is to restart my Windows machine.
[Update: I have also tried a small test program. It has the same problem with JDK11, but seems to work ok in version 8.]
My app runs from within B4J, using JDK 11, in Release mode with no problems.
If I then double-click the .jar file produced, it does nothing.
Trying to run it again from within B4J then produces this error during compile:
B4X:
Building folders structure. Error
The process cannot access the file 'C:\B4J Desktop Music Machine\Objects\DesktopMusicMachine.jar' because it is being used by another process.
[Update: I have also tried a small test program. It has the same problem with JDK11, but seems to work ok in version 8.]
Last edited: