OK... i have some programs. I have a java compiler called Jcreator LE. I want to get it on my webpage. Is it suppose to be a class file that I upload? What do i have to add the the ".java" file so it can be like an applet... like do i have to put the extends to JApplet kind of thing. I basically have a .java program, and i want to get it on the web, how?
The program has the format of something like this, but a bit more complex:
public class hi
{
public static void main (String args[])
{
System.out.println("Hi");
}
}
So how do i get this online?
2006-07-14
11:41:19
·
3 answers
·
asked by
Charles
2
in
Computers & Internet
➔ Programming & Design