Re: How do I put my Java program online as an applet?



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
.



Relevant Pages

  • Re: problem: security using IDEs appletviewer
    ... APPLET tag. ... The HTML above loads both the test1.jar and test2.jar and runs the class ... You have the image in a in a jar that has the name ... appletviewer will load all .jar files listed there. ...
    (comp.lang.java.help)
  • Re: JAVA 2 JRE and Applets
    ... > If the Microsoft JVM is installed, it can read classes from jar files - ... The Java 2 JRE cannot recognise a Java 1 applet and deal with it ... What the applet owner can do is to recompile the applet and package it ... I ought to package up the images and sound files with the classes: ...
    (comp.lang.java.programmer)
  • Re: problem: security using IDEs appletviewer
    ... APPLET tag. ... The HTML above loads both the test1.jar and test2.jar and runs the class ... You have the image in a in a jar that has the name ... appletviewer will load all .jar files listed there. ...
    (comp.lang.java.help)
  • Re: Applet Entwicklung
    ... wie man eigentlich "profesionell" Java ... > Jetzt muss ich ein Applet entwickeln und frag mich wie ich da richtig ... Export nach Jar ... Browser mit der Seite laden und hoffen, ...
    (de.comp.lang.java)
  • Re: Use of Choice/combobox in an applet
    ... If I use a html form control how can I access the contents of the HTML ... control from my applet? ... using Java. ...
    (comp.lang.java.programmer)