Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Thread: stand alone

    by Norm
    Replies
    27
    Views
    2,218

    Re: stand alone

    That is the entry for .jar
    Now what is in the jarfile entry?
  2. Thread: stand alone

    by Norm
    Replies
    27
    Views
    2,218

    Re: stand alone

    It is possible to change the registry by using the regedit program. It is possible to view the registry without making changes to it.
    Open regedit, find the ".jar" entry, open that entry and...
  3. Thread: stand alone

    by Norm
    Replies
    27
    Views
    2,218

    Re: stand alone

    There needs to be an entry in the registry that gives the OS a commandline to execute when a file is double clicked.
  4. Thread: stand alone

    by Norm
    Replies
    27
    Views
    2,218

    Re: stand alone

    You don't see the commandline, you should see the name associated with a commandline. If you look in the registry for that type of file you will see the list of names with their commandlines.
    ...
  5. Thread: stand alone

    by Norm
    Replies
    27
    Views
    2,218

    Re: stand alone

    It's not called a path entry. There are entries in the registry for all the file extensions that the OS knows about. Associated with each extension is a list of command lines that can be used to...
  6. Thread: stand alone

    by Norm
    Replies
    27
    Views
    2,218

    Re: stand alone

    The Environment variable: PATH is used to find a command file like: java.exe. It doesn't associate a command line with a filetype like: jar.
    The registry has an entry for .jar file which refers to...
  7. Thread: stand alone

    by Norm
    Replies
    27
    Views
    2,218

    Re: stand alone

    Do you know how to see what commandline the OS uses when you double click on a file?
    Win7 has an interface to associate extensions with commands. It doesn't work on my system. I use the regedit...
  8. Thread: stand alone

    by Norm
    Replies
    27
    Views
    2,218

    Re: stand alone

    If you can manually execute it, it could be the OS's registry entry for executing it is messed up.

    To copy the contents of the command prompt window:
    Click on Icon in upper left corner
    Select...
  9. Thread: stand alone

    by Norm
    Replies
    27
    Views
    2,218

    Re: stand alone

    I've often had problems with java installs walking over my existing registry entries. I found a quick workaround that allows me to restore my entries after some product changed some of the registry....
  10. Thread: stand alone

    by Norm
    Replies
    27
    Views
    2,218

    Re: stand alone

    To see if there are any errors, open a command prompt window, change to the directory with the jar file and enter: java -jar THEJARFILENAME.jar
    Copy the full contents of the window and paste it...
  11. Thread: stand alone

    by Norm
    Replies
    27
    Views
    2,218

    Re: stand alone

    The OS should be setup to use the java -jar command when a jar file is double clicked.
    What OS are you on?
    Do you have a JRE installed?
  12. Thread: stand alone

    by Norm
    Replies
    27
    Views
    2,218

    Re: stand alone

    What problems are you having? Were there error messages? copy the full text and paste it here.
Results 1 to 12 of 12