jar file
when I run java -jar main.jar
I get the following error:
The main class of the .jar file second.jar
which is one of several libraries inside is not accessible.
I cannot rebuild the project since I just have the main.jar
file.
How can I write a run.bat
file or a mainifest.mf
file that all .jar files that are contained in the main.jar
file are accessible.
Here is the mainifest.mf
file inside the main.jar
: