|
-
Aug 20th, 2005, 12:04 PM
#1
Thread Starter
Dazed Member
Remote Class loading?
I've been using a URLClassLoader to load classes over a network but I was wondering if anyone has done this using just a straight ClassLoader. Also is the same thing done if the target URL passed to the URLClassLoader points to a class instead of a .jar file? I ask this because ive seen examples using a ClassLoader where the class has to be read into a byte[] and then passed into the define() method to create a Class object.
Last edited by Dilenger4; Aug 20th, 2005 at 01:02 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|