Results 1 to 2 of 2

Thread: Remote Class loading?

Threaded View

  1. #1

    Thread Starter
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width