Search:

Type: Posts; User: copeg

Search: Search took 0.38 seconds.

  1. Re: Program Works on NetBeans, but Jar file doesn't work correctly.

    Read post #4: the classpath must be properly set to compile and to run. I do not use Netbeans, but adding libraries under a "Compile Tab" indicates you are doing the former, but not the latter....
  2. Re: Program Works on NetBeans, but Jar file doesn't work correctly.

    The libraries must on the classpath to both compile and run. If you are getting an exception at runtime, as the exception above indicates, then the problem is with the classpath when running (JVM)...
  3. Re: Program Works on NetBeans, but Jar file doesn't work correctly.

    Make sure any 3rd party libraries your application requires are on the classpath when you run your jar
Results 1 to 3 of 3