Hi. I used launch4j successfully to wrap my jar into an exe and to run it with Zulu8. But after switching to Zulu13 I'm getting an error "Could not create the Java Virtual Machine. A fatal exception has occurred. Program will exit" on attempt to run the exe. Does anyone have any idea what might be wrong?
I'm trying to create an executable file for linux. I installed the linux version of launch4j and generated the exe. It has execute permissions: -rwxrwxr-xHowever when trying to run it, it errors out "cannot execute binary file: Exec format error". Running file <my-executable> showsEdgeFramework-launch4j.exe: PE32 executable (GUI) Intel 80386 (stripped to external PDB), for MS Windows Is there a way to create an executable that will run on Linux?</my-executable>
Linux version of launch4j creates a Windows-compatible executable: PE32 executable (GUI) Intel 80386 (stripped to external PDB), for MS Windows. Is there any way to create an executable with launch4j that will run on Linux?