[Solved] error creating jar file [closed]


You probably didn’t create the correct manifest file to add to your JAR. You need to specify what the main class is and what the classpath will be.

6

solved error creating jar file [closed]