URL for a JAVA program

Hi ,I have a Class in java file and I want to create a URL so that i can run that class from internet explorer using that URL.....Please Help me in this,i dnt even have a basic idea of how to do?Thanks in advance....
[244 byte] By [Java@2007a] at [2007-11-27 6:25:04]
# 1
Hmmm?
-Kayaman-a at 2007-7-12 17:44:31 > top of Java-index,Java Essentials,Java Programming...
# 2
Maybe this? http://java.sun.com/docs/books/tutorial/deployment/applet/index.htmlOr this? http://java.sun.com/docs/books/tutorial/deployment/webstart/index.html~
yawmarka at 2007-7-12 17:44:31 > top of Java-index,Java Essentials,Java Programming...
# 3
> I have a Class in java file you should compile .java file to .class file first.is it an applet?
j_shadinataa at 2007-7-12 17:44:31 > top of Java-index,Java Essentials,Java Programming...
# 4
> is it an applet?It is java swings....
Java@2007a at 2007-7-12 17:44:31 > top of Java-index,Java Essentials,Java Programming...
# 5
> > is it an applet?> > It is java swings....What about the roundabouts?
floundera at 2007-7-12 17:44:31 > top of Java-index,Java Essentials,Java Programming...
# 6
Its a .java file in which a JFrame is created with swings...I need to open this file from browser with a URL
Java@2007a at 2007-7-12 17:44:31 > top of Java-index,Java Essentials,Java Programming...
# 7
Did you bother to follow the two links provided in reply #2? If you had you would have discovered your answer by now.
floundera at 2007-7-12 17:44:31 > top of Java-index,Java Essentials,Java Programming...