I have a project who's structure cannot be changed. What i have to do is that
I have a main jar file that have directores
/classes
/lib
/main
/manifest
I have to call a Test1 class when i execute the main jar file. so in the manifest file i gave the path of the Main-Class : path.to.file.
I have another jar file inside the main
folder that contains the actual application. What can i do to execute the jar in main folder and execute its Test2
class mentioned in the Manifest file.
Please give me a solution or any direction to work on. Any help appreciated.