How to set exe4j to use javaW to execute the program? I tried to use the GUI Application and still use java to run the program, which will cause my program to not execute normally.If you try to rename javaw to java, you will get an environment error.
Asked
Active
Viewed 68 times
1 Answers
0
exe4j creates launchers that use JNI to create the JVM. They do no call java or javaw. An exe4j launcher in console mode behaves similarly to java and an exe4j launcher in GUI mode behaves similarly to javaw.

Ingo Kegel
- 46,523
- 10
- 71
- 102
-
If I call the jvm directly, why is the java environment error prompted after I delete java.exe? – 无聊天神 Jun 16 '22 at 11:35
-
Or do you know of any packaged software that can call javaw to execute a program? – 无聊天神 Jun 16 '22 at 11:39