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

This is a discussion on How do I put my Java program online as an applet? - Java ; 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? Ideally ...

+ Reply to Thread
Results 1 to 4 of 4

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

  1. Default How do I put my Java program online as an applet?

    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?
    Ideally I would either like to post it to a blog (.blogspot.com) or a
    Google Page (.googlepages.com). I have absolutely no idea how to do
    it and what to do, all I have is the program that is broken down into
    several classes. If you don't know how to get it on a blog or google
    page, is there somewhere else I can post it for free? Any help at all
    would be appreciated, Thanks for your time! P.S. I used JCreator if
    that helps any.


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

    Caleb wrote:
    >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?


    Use web start, rather than an applet.
    <http://www.physci.org/jws/>

    >...If you don't know how to get it on a blog or google
    >page, is there somewhere else I can post it for free?


    There seems to be a few places..
    <http://www.google.com/search?q=free+host>

    --
    Andrew Thompson
    http://www.athompson.info/andrew/

    Message posted via http://www.javakb.com


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

    On Thu, 30 Aug 2007 18:05:30 -0700, Caleb <calebpward>
    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

  4. Thumbs up Re: How do I put my Java program online as an applet?

    There is project of building Free online encyclopedia with Java applets as part of the user contribution, . If you want to see your applet visible and discussed by community, this may be a good place to consider. They also will free you from the headache of deploying your applet as the server adjusts new problematic object/embed tags depending on the browser.

+ Reply to Thread

Similar Threads

  1. Replies: 0
    Last Post: 10-14-2007, 03:04 PM
  2. Replies: 0
    Last Post: 10-14-2007, 03:02 PM
  3. How fast is an Java Application to a Java Applet.
    By Application Development in forum Java
    Replies: 4
    Last Post: 09-16-2007, 11:54 AM
  4. Re: aPPLET bANNER PROGRAM
    By Application Development in forum Java
    Replies: 0
    Last Post: 04-01-2007, 01:42 AM
  5. aPPLET bANNER PROGRAM
    By Application Development in forum Java
    Replies: 1
    Last Post: 04-01-2007, 01:38 AM