Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    11
    Views
    2,397

    Re: Hi everybody! But there is a problem...

    This line tells the java program where to start:
    Main-Class: javaapplication2.JavaApplication2

    it's going to look for that class file in the jar file.

    If that class file is NOT in the jar...
  2. Replies
    11
    Views
    2,397

    Re: Hi everybody! But there is a problem...

    Look in the jar file with a zip utility:
    1)Read the manifest file. What is in it?

    2)Is there a class file named: JavaApplication2 in the javaapplication2 folder?
  3. Replies
    11
    Views
    2,397

    Re: Hi everybody! But there is a problem...

    On windows: To copy the contents of the command prompt window:
    Click on Icon in upper left corner
    Select Edit
    Select 'Select All' - The selection will show
    Click in upper left again
    Select Edit...
  4. Replies
    11
    Views
    2,397

    Re: Hi everybody! But there is a problem...

    How are you trying to execute the program?
Results 1 to 4 of 4