Subject:
|
Re: Downloading a Java applet?
|
Newsgroups:
|
lugnet.off-topic.geek
|
Date:
|
Fri, 16 Jan 2004 22:46:38 GMT
|
Viewed:
|
712 times
|
| |
| |
In lugnet.off-topic.geek, Ross Crawford wrote:
|
In lugnet.off-topic.geek, Dave Schuler wrote:
|
I could make great use of
this little utility, but I dont have Internet access from home. Is there
a simple (but overlooked by me) way to download or save this applet so that
I can use it at home?
|
Dave, to download the Java code, just look in the code for the <APPLET>
tag, create a URL using the CODEBASE & CODE values (you may need to
substitute an absolute URL in the CODEBASE). In this case I used:
http://www.netsoc.tcd.ie/~jgilbert/maths_site/applet_code/75/CircleApplet.class
Just type that into your browser, and choose to save to disk. Save it in your
default Java classes directory, then create a local HTML file with a
<APPLET> tag that points to it.
eg: If your default Java dir is c:\windows\java, copy the .class file to
c:\windows\java\classes, and create a html file with:
<applet CODE =CircleApplet.class width=550 height=400></applet>
|
Oooops Looks like that class uses another class. Not sure how you find out other
required classes, and Java experts help? Theyre probably all in the same
directory.
ROSCO
|
|
Message is in Reply To:
| | Re: Downloading a Java applet?
|
| (...) Dave, to download the Java code, just look in the code for the <APPLET> tag, create a URL using the CODEBASE & CODE values (you may need to substitute an absolute URL in the CODEBASE). In this case I used: (URL) type that into your browser, (...) (21 years ago, 16-Jan-04, to lugnet.off-topic.geek, FTX)
|
3 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|