Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 1 of 1

Thread: Error "no main manifest attribute" when install a JAR file

  1. #1
    Junior Member
    Join Date
    Oct 2023
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Error "no main manifest attribute" when install a JAR file

    Hi, I'm new for java and ubuntu so hope anyone here can help me for this.

    I have try to install a JAR flle which i have downloaded from below link to my Ubuntu, the file name call "DuoUniversalKeycloakAuthenticator-1.0.7_22.0.1wd.jar"

    link - github.com/instipod/DuoUniversalKeycloakAuthenticator/releases/tag/1.0.7

    but when i try install with commend "java -jar DuoUniversalKeycloakAuthenticator-1.0.7_22.0.1wd.jar" it prompt me an error "no main manifest attribute, in DuoUniversalKeycloakAuthenticator-1.0.7_22.0.1wd.jar"

    when i try edit/modified the JAR and upload again from my computer, it become invalid file. So i think the way i do is not correct. (i have no idea already)

    *sorry because i cant upload any documents cause new register
    Last edited by Kaneda82; October 14th, 2023 at 04:48 AM.

Similar Threads

  1. Replies: 6
    Last Post: August 16th, 2014, 01:34 AM
  2. Replies: 4
    Last Post: July 18th, 2014, 02:04 AM
  3. Replies: 1
    Last Post: July 16th, 2014, 04:16 AM
  4. i get a error Failed to load Main-Class manifest attribute
    By Deepdiddi in forum Object Oriented Programming
    Replies: 0
    Last Post: January 17th, 2014, 08:25 AM
  5. Replies: 3
    Last Post: December 7th, 2011, 02:03 AM

Tags for this Thread