Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    14
    Views
    2,099

    Re: Code not working on other machines

    Not sure what that means.
    Java 1.7 uses a new version code in the .class file that 1.6 does not recognize.

    Compile a source with 1.7 and execute with 1.6 will give you this error:...
  2. Replies
    14
    Views
    2,099

    Re: Code not working on other machines

    If you compile with 1.7 then it will not work on 1.6 (unless you tell javac to create 1.6 code)
  3. Replies
    14
    Views
    2,099

    Re: Code not working on other machines

    I can't see what is wrong. The java command is finding the Main-Class: entry and getting the name of the class.

    What version of java are you using? Is the the same as the JDK that created the...
  4. Replies
    14
    Views
    2,099

    Re: Code not working on other machines

    Is the Viniati.class file in the jar file at the root level or in a folder?
  5. Replies
    14
    Views
    2,099

    Re: Code not working on other machines

    Use a zip utility program to look in the jar file and see if the class files are there and are on the correct path and have the correct names.
Results 1 to 5 of 5