1

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.

1 Answers1

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