users@glassfish.java.net

Re: Loading Dynamic classes using reflection , Glassfish cached class?

From: <glassfish_at_javadesktop.org>
Date: Wed, 17 Sep 2008 08:25:55 PDT

Hi.

This is a characteristic of Java, not of GlassFish specifically.

Once a class is loaded into the Java virtual machine by a class loader that class loader does not read the on-disk file again. Java by itself does not support arbitrary reloading of classes into a running VM.

- Tim
[Message sent by forum member 'tjquinn' (tjquinn)]

http://forums.java.net/jive/thread.jspa?messageID=299859