Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Re: how to configure Launch4j the jre bundle and find my JRE version etc?

    Break the step down to see where failure occurs - make sure all steps upstream of launch4j are working. For instance, compile the code and package into an runnable jar - does this jar run from the...
  2. Re: how to configure Launch4j the jre bundle and find my JRE version etc?

    Go to the command line of your OS and ask it for the current JRE version: java -version
    Alternatively, ask your JDK for the its version: javac -version
Results 1 to 2 of 2