I did everything according to the instructions:
I downloaded OpenJDK 11 and indicated the path to the javac.exe file for the program
The program works in both release and debug fashion
I press build "standalone package" everything goes without errors.
As a result, I try to run the exe file and nothing happens, more precisely, in the Windows task manager (the processes section), I see how the exe file is launched and immediately disappears after a second. I tried to run it as administrator - the result is the same. Through InstallerScript-Template I tried to create an installation file, install it (I tried it both on my PC (win7) and on another (win10)) - the result is the same.
Why is this happening? What am I doing wrong?
I found what the problem is:
I am using jAudioClip library and when in "Process_Globals" I add a file, for example:
Then I get this Integrated B4JPackager11 error
I downloaded OpenJDK 11 and indicated the path to the javac.exe file for the program
The program works in both release and debug fashion
I press build "standalone package" everything goes without errors.
As a result, I try to run the exe file and nothing happens, more precisely, in the Windows task manager (the processes section), I see how the exe file is launched and immediately disappears after a second. I tried to run it as administrator - the result is the same. Through InstallerScript-Template I tried to create an installation file, install it (I tried it both on my PC (win7) and on another (win10)) - the result is the same.
Why is this happening? What am I doing wrong?
I found what the problem is:
I am using jAudioClip library and when in "Process_Globals" I add a file, for example:
B4X:
Private Sound As AudioClip = AudioClip_Static.NewAudioClip2(File.DirAssets,"alarm.wav")
Last edited: