The Artima Developer Community
Sponsored Link

Java Answers Forum
custom ClassLoader

1 reply on 1 page. Most recent reply: Dec 8, 2002 10:41 AM by Don Hill

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
KK Pawan

Posts: 1
Nickname: bsm
Registered: Dec, 2002

custom ClassLoader Posted: Dec 7, 2002 1:14 PM
Reply to this message Reply
Advertisement
Hi,
i am writting a server program "Server" which uses a Class "A". When the server is started it is making an instance of class "A" and calling a function of it.
When the server is up and running i am changing the A.class which the server should recognize it without restarting it. I have written a custom classLoader to perform this.. its able to load the A.class into server but changes are not reflected in server. IN my custom class loader i have overriden the finClass() method of java.lang.ClassLoader class. Any idea how why its not reflecting the change in the class file..

Thanks in advance.
Regards,
BSM


Don Hill

Posts: 70
Nickname: ssswdon
Registered: Jul, 2002

Re: custom ClassLoader Posted: Dec 8, 2002 10:41 AM
Reply to this message Reply
have you done a search on www.javaworld.com for "custom classloader"

HTH

Flat View: This topic has 1 reply on 1 page
Topic: create a batch-file Previous Topic   Next Topic Topic: BufferedReader problems

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use