Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,538

    Re: java run time problem?

    java 1.3 can NOT execute class files from javac 1.6
    You need to use the java version the same as or later than the javac.
    On windows there is a jre folder in the SDK folders with a java command.
  2. Replies
    6
    Views
    1,538

    Re: java run time problem?

    What version of java are you trying to execute the class file with?
    Is it the same or a younger version than the javac command used to compile it?
Results 1 to 2 of 2