For Programmers: Free Programming Magazines  


Home > Archive > Java Help > August 2007 > How do I put my Java program online as an applet?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

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

2007-08-30, 8:38 pm

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.

Andrew Thompson

2007-08-30, 8:38 pm

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

Roedy Green

2007-08-30, 11:26 pm

On Thu, 30 Aug 2007 18:05:30 -0700, Caleb <calebpward@gmail.com>
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
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com