java application which is made of awt and threads can be call from jsp is possible or not . i am having one application which is in swings and i want to call that application from jsp so that i can run or use this swing application in jsp.
What you want, cannot be done. The easiest way is to turn your application into an applet since you will not make much change to the code that renders the GUI