Re: How do I put my Java program online as an applet?
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 31 Aug 2007 04:06:53 GMT
On Thu, 30 Aug 2007 18:05:30 -0700, Caleb <calebpward@xxxxxxxxx>
wrote, quoted or indirectly quoted someone who said :
Hello, I created a projectile simulation Java application for my final
project in AP Java. I was really excited with the final result and
decided I wanted to post it online. How in the world do I do that?
1. put it in a jar. See http://mindprod.com/jgloss/jar.html
2. you need a website, possibly a free one. see
http://mindprod.com/jgloss/website.html
3. compose some HTML to invoke the applet with <APPLET
see http://mindprod.com/jgloss/applet.html
4. use FTP to upload the jar and the html to the same directory.
See http://mindprod.com/jgloss/ftp.html
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.
- References:
- Prev by Date: How do I put my Java program online as an applet?
- Next by Date: Re: Shutdown computer with message
- Previous by thread: How do I put my Java program online as an applet?
- Index(es):
Relevant Pages
|