I have a jar which contain two main class Class A and Class B. In the manifest i have mentioned Class A . Now i have to execute classB from the same jar . what should be the
Use a command-line switch to identify whether Class A or Class B should be executed.