Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

Why am getting no main manifest attribute, in main.jar with saved files.

+6 votes
asked Mar 26, 2025 by gerard walden (350 points) 1 flag

1 Answer

0 votes
answered Apr 1, 2025 by Ramesh (260 points)

the JVM cannot find the main class to execute in a JAR file because it is not specified in the manifest.

Please visit https://stackoverflow.com/questions/9689793/cant-execute-jar-file-no-main-manifest-attribute

Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...