I have downloaded a project from SVN and have imported the same in my Eclipse IDE.The project have several .java files but none of them have any main() method.
It is required to make some minor changes in one of the file and then create a new version of the jar. And replace the old jar with the new version in the server.
Ours is a big project and the tool is running on Weblogic. But while creating the newer version of the jar through Eclipse ( Export>Jar) it is asking to provide the class which contains main() method or any entry point.
Please let me know how should I proceed to create the jar?