Search:

Type: Posts; User: Json

Search: Search took 0.07 seconds.

  1. Replies
    10
    Views
    2,638

    Re: Javax.Mail Query Help Me Please

    But the GUI.class have to be in a sendmail folder because of the package declaration at the top in your code or it wont work anyways.

    Could you try attaching the files here and I will try to...
  2. Replies
    10
    Views
    2,638

    Re: Javax.Mail Query Help Me Please

    Try altering your main-class to this.



    // Json
  3. Replies
    10
    Views
    2,638

    Re: Javax.Mail Query Help Me Please

    When you specify Main-Class: GUI it means that java will try to locate a class file GUI.class in the root of the jar file. This needs to be the fully qualified package/class name of the class...
  4. Replies
    10
    Views
    2,638

    Re: Javax.Mail Query Help Me Please

    See Adding Classes to the JAR File's Classpath (The Java™ Tutorials > Deployment > Packaging Programs in JAR Files)

    At the bottom of that page you can see that you can specify a classpath entry in...
  5. Replies
    10
    Views
    2,638

    Re: Javax.Mail Query Help Me Please

    Hello, either you can shadow the mail.jar into your programs jar as in deflate it and pack the contents into your jar or you can simply make sure your classpath is correct in the manifest file and...
Results 1 to 5 of 5