views:

19

answers:

0

If I do this:

 loadjava -u user1 MyClass.class
 loadjava -u user2 MyClass.class

are the two class definitions distinct? i.e., I can install a new version into user2 without affecting the code referenced by user1?