Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    11
    Views
    782

    Re: Jar facility appears broken

    You said:
    I was asking about the contents of the jar file. Is the above quote about what is in the jarfile or was it about where the files are on the PC? Where they are on the PC is not important....
  2. Replies
    11
    Views
    782

    Re: Jar facility appears broken

    The MANIFEST.MF file should be in the META-INF directory.
  3. Replies
    11
    Views
    782

    Re: Jar facility appears broken

    Is the Brenda.class file in the Brenda folder in the jar file? The path to the location of the class file should match the package it is in.

    Sorry, I don't know what the p option is.
  4. Replies
    11
    Views
    782

    Re: Jar facility appears broken

    The name of the class used in the manifest should include the package: Brenda.Brenda

    Try this command for a quick test: java -cp Brenda.jar Brenda.Brenda
  5. Replies
    11
    Views
    782

    Re: Jar facility appears broken

    You missed this question:
    Is the Brenda class in a package?
  6. Replies
    11
    Views
    782

    Re: Jar facility appears broken

    Look at the contents of the jar file with a zipfile utility to check it. What is in the manifest file?
    Is the Brenda class in a package?
Results 1 to 6 of 6