Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Running a Java application from a web page?

Status
Not open for further replies.

Dins19

Programmer
Aug 15, 2001
6
GB
Hi

Could anyone please tell me how do i launch a java application (which is not an applet) by clicking a button on a web page?

Does the application have to be converted to .exe? And if so how do i do it? I tried Jet but it doesnt seem to work on my computer.

Thanking u in advance for ur help.

Dins
 
your application:
1. is it on a server
2. is it on your PC

If it is on a server, you can use JSP technology. In JSP you can use a tag for the Java class (bean).

WebSphere developer
 
The application is actually on my PC. Any ideas please let me know.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top