How to find applet on the PC

C

chirs

I was playing a Java applet game. Is it possible for me to play it
off-line? In the source, the <applet...> tag has a .class and .jar
file. But I cannot find them on my PC. I heard that these files
should be downloaded onto my PC. Thank you.
 
R

Roedy Green

I was playing a Java applet game. Is it possible for me to play it
off-line? In the source, the <applet...> tag has a .class and .jar
file. But I cannot find them on my PC. I heard that these files
should be downloaded onto my PC. Thank you.

If you look at the html <applet tag it will tell you the name of the
jar file you can download and run locally. With a class file, it will
be more tedious. You will only find out about each missing class file
one at a time until you have them all.

It might be easier to get familiar with the process using some applet
that gives you source to run locally.

I find most Applets no longer run locally in Opera which is a major
PITA.
 
C

chirs

Thank you. I also want to understand how applet works. How came I
cannot find them on my PC? Are their names encrypted? Where is the
location?
 
S

Steve Burrus

Andrew, just a very brief and short note to u to indicate that this
particular Java Exception was "thrown" when I was on your website
"AThompson.info" when I clicked on your download button in the left
frame of the web page!!! It's an "InteruptedException" java exception,
and I was kind of wondering if you know
how to handle it.

"Java(TM) Plug-in: Version 1.4.2_02
Using JRE version 1.4.2_02 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\Steven Burrus

Proxy Configuration: No proxy





----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
o: trigger logging
p: reload proxy configuration
q: hide console
r: reload policy configuration
s: dump system properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
SL.r java.lang.InterruptedException: sleep interrupted

messageFile:

backgroundColor: e7e7d6

sLetterDelay: 35

sMessageDelay: 4000

SL.r interrupted: java.lang.InterruptedException: sleep interrupted

messageFile:

backgroundColor: e7e7d6

sLetterDelay: 35

sMessageDelay: 4000

Java 1.4

1.4"
 
A

Andrew Thompson

Steve Burrus said:
Andrew, just a very brief and short note to u to indicate that this
particular Java Exception was "thrown" when I was on your website
"AThompson.info" when I clicked on your download button in the left

The exception happened because of the
'ScrollMessageApplet'.

I did not bother to handle the exceptions very
carefully when I wrote it, and am in the process
of phasing it out (I can do the in HTML now).

It should not interfere with downloading the
PhySci jar.

HTH
 
M

Michael Borgwardt

chirs said:
Thank you. I also want to understand how applet works. How came I
cannot find them on my PC? Are their names encrypted? Where is the
location?

Depending on the browser and its settings, the applet data may not be present on
your PCs hard disk at all. If it is, it will be in the browser cache, and the
files there usually have cryptic names like "4A17FA56d01" for technical reasons
concerning cache management. Some browsers also include a module that lets you
browse the cache contents with the files' real names. All of this has nothing
in particular to do with Java.
 
T

Tim Tyler

chirs said:
I was playing a Java applet game. Is it possible for me to play it
off-line? [...]

Usually.

It *should* just work - most of the time.

Fire up your browser when offline and point it at the page in question.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top