Subject:
|
Re: Downloading a Java applet?
|
Newsgroups:
|
lugnet.off-topic.geek
|
Date:
|
Fri, 16 Jan 2004 22:38:35 GMT
|
Viewed:
|
993 times
|
| |
| |
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>
HTH
ROSCO
|
|
Message has 1 Reply: | | Re: Downloading a Java applet?
|
| (...) Oooops Looks like that class uses another class. Not sure how you find out other required classes, and Java experts help? They're probably all in the same directory. ROSCO (21 years ago, 16-Jan-04, to lugnet.off-topic.geek, FTX)
|
Message is in Reply To:
| | Downloading a Java applet?
|
| I could make great use of (URL) little utility, but I don't 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? Thanks for any assistance. Dave! (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
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|