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.
Programs that want to be packaged with exe4j use javaw to run
94 views Asked by 无聊天神 At
1
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.