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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using java applelets over the web 1

Status
Not open for further replies.

pdixon

Programmer
Jun 7, 2001
1
US
I have written a java applelet on my pc. How do I publish it to the web on my website?
Usually I put code (HTML or asp) in a particular directory and then reference that directory by the URL (eg
My provider runs Mircosoft IIS. Does the Java SDK have to be installed on this server or does my provider have to buy a special "Java" server?

Thanks in advance for any help

Patrick Dixon
 
hi pdixon,
u need to do nothin special....just upload that class file in ur desired directory and then call it in ur html page using the following tag
<applet code=&quot;yourclass.class&quot; width=22 height=44>
</applet>

I hope this is what u want..

Take care,
Regards,
R.Subramanian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top