(An aside - why do people keep dumping questions not appropriate to
java-linux on this list? It's not even ignorance - people keep saying
things like "I know I should ask this elsewhere, but...". Folks,
that's just plain rude. Please stop.)
At the risk of encouraging more off-topic posts, I'll answer this:
>Does anyone know how to create a NetworkClassLoader? A ClassLoader
>loading classes from a URL such as http://www.test.com/testdir/ ?
You're going to be much happier doing this in Java 1.2, but if you
have to do it in 1.1, you're sort of on your own. RMIClassLoader and
AppletClassLoader both have the basics of what you need, but not
readily in the form you need them.
A good article on how classloaders work is at
http://www.javaworld.com/javaworld/jw-10-1996/jw-10-indepth.html
[EMAIL PROTECTED]
. . . . . . . . http://www.media.mit.edu/~nelson/
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]