Search:

Type: Posts; User: Norm

Search: Search took 0.21 seconds.

  1. Replies
    11
    Views
    2,938

    Re: Associating files to java application

    You will not need a batch file to execute a jar file. The JDK and JRE installations make the Registry entries needed to execute a jar file. Put your class files in a jar file with a correct manifest...
  2. Replies
    11
    Views
    2,938

    Re: Associating files to java application

    Batch files are strictly an OS thing.

    Java is definitely interpreted. A benefit is that the same code can run on many OSs without any changes. Copy the jar file and the program runs.
  3. Replies
    11
    Views
    2,938

    Re: Associating files to java application

    Sorry, this is a java programming forum. Try a forum for the OS you are working on.
  4. Replies
    11
    Views
    2,938

    Re: Associating files to java application

    In the command line in the Registry you use a place holder like: %1 or %*
    If you do the steps that I posted in #2 you will see what a command line looks like.

    Here is a sample command line from...
  5. Replies
    11
    Views
    2,938

    Re: Associating files to java application

    Yes you can on Windows and perhaps on linux.
    This isn't related to java programming. It's an OS setup problem.

    In windows you can specify the commandline you want executed when double click on a...
Results 1 to 5 of 5