Search:

Type: Posts; User: Norm

Search: Search took 0.15 seconds.

  1. Replies
    8
    Views
    1,662

    Re: change java code project to exe file

    Find the doc for the jar command. It is part of the Java SDK.
    Read the doc and look at the sample batch file I posted that uses the jar command.
    %DEV_DRIVE% is one of several environment variables...
  2. Replies
    8
    Views
    1,662

    Re: change java code project to exe file

    I use the jar command from a batch file. See the doc for the syntax of the command.
    Here is one of the batch files:


    The names in % are environment varables.
  3. Replies
    8
    Views
    1,662

    Re: change java code project to exe file

    You can put all the class files and other resources the program needs in a single jar file.
    I use the jar command (part of the JDK) to build and update jar files.
Results 1 to 3 of 3