You are here: irt.org | About | Feedback | 1959 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q4023
Sent by
Rich Elswick on November 06, 2000 at 10:04:52:
Worth:
Very worth reading
Length:
Just right
Technical:
Just right
Comments:
this FAQ works great, except there is a beg. The line 'URL url = getCodeBase;' should be = 'URL url = getCodeBase();
Thanks. Old code shown below.
URL url = getCodeBase; // get url of the applet
try {
getAppletContext().showDocument (new URL(url+"blah.html"));
} catch(MalformedURLException e) {
showStatus("URL not found");
}