Hi All,
I am executing swing application as a jar file from my web application.
I have a link on a web page which is calling jnlp file from my server.
In this jnlp file i am calling the jar file.
Up to this it is working very well.
In this jar file i have a class, in which i am calling another
class's main() method, on clicking a button like following:
Here i am getting the problem, this main() is not being called up.
I am getting no exception or err on the console.
One more thing when i executing this jar file alone; not from the web application , its calling the main() method.
I am not getting what is the problem.
All classes are in the same package.
If any body has any idea help me.
Thanks and Regards.
