Results 1 to 2 of 2
Thread: launching a java applet
- 02-12-2012, 01:18 AM #1
Member
- Join Date
- Jan 2009
- Posts
- 33
- Rep Power
- 0
launching a java applet
Hi,
I'm trying to make a webpage with a applet on it using the new <OBJECT> tag instead of applet. My program is about 8 classes and the object tag only accepts one class. how do I make all my classes into one class so the html object tab accepts it?
see how the "value="applet1.class" only accepts one class? I have one program that contains 8 classes and I need to condense them into one class so that I can put it in the object tag. does anyone know how to do this?Java Code:<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="200" height="200"> <PARAM name="code" value="Applet1.class"> </OBJECT>
thank you
nathan
- 02-12-2012, 01:33 AM #2
Similar Threads
-
Java Game Launching Problem
By PaulMoretti in forum Java AppletsReplies: 8Last Post: 08-18-2011, 08:17 PM -
launching applet via jsp
By rafzio4 in forum New To JavaReplies: 2Last Post: 09-24-2010, 08:35 AM -
launching .rm file outside java
By nonboyx in forum Threads and SynchronizationReplies: 2Last Post: 09-28-2009, 07:40 PM -
Problem launching Java applet
By jacatone in forum Java AppletsReplies: 3Last Post: 01-19-2009, 11:56 PM -
Launching Applet from a JSP page
By Java Tip in forum Java TipReplies: 0Last Post: 01-31-2008, 12:53 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks