Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    4
    Views
    3,767

    Re: A problem with command line compilation

    That looks like an installation problem. Perhaps the environment variables you've set has confused java.

    Here are my environment variables:
  2. Replies
    4
    Views
    3,767

    Re: A problem with command line compilation

    The command line for executing a jar file is:
    java -jar testApp.jar

    The -jar option has a leading -

    I don't know why the environment variables would be needed.

    To copy the contents of the...
Results 1 to 2 of 2