Re: [off-topic] Putting codebase in classpath, or equivalent

1998-10-30 Thread Nelson Minar
>I am running some RMI applications on a machine which doesn't have >the necessary classes installed -- the RMI class loader runs out and >grabs the ones that are needed, using the codebase property. That >works great. Yay mobile code! >I wonder if I will have to obtain the javac source and hack

[off-topic] Putting codebase in classpath, or equivalent

1998-10-30 Thread Robert Dodier
Hi there, This is a little bit off-topic -- sorry for the intrusion. I am running some RMI applications on a machine which doesn't have the necessary classes installed -- the RMI class loader runs out and grabs the ones that are needed, using the codebase property. That works great. I like tha