I am trying to run jar file through
java -jar jts.jar
but it is unable to run because it's Manifest.mf do not contain 'Main-Class' attribute, which is necessary for a jar file to run.
I am have same problem with 9-10 .jar files. Help me with how to find those mainclass in jar files, there is no any directly defined mainclass in jar file. How should I find the correct mainclass and how should I add it to manifest.mf