Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Oracle JVM
Does anyone know if there is a way to set the java.rmi.server.codebase
property so that it is acutally
used by the JVM running in the database? I already know that classpath and
codebase are set
via static initialization and the setProperty method has no real effect as
the new values are not
really used after initialization.
I am also interested in setting the classpath so that it will acutally be
used. This would be helpful in
doing class loading. If this is possible it may be possible to load classes
that are stored within the local
OS file system rather than having to load all of the classes and jar files
into the database using loadjava.
Any help would be greatly appreciated.
Please reply directly to combs_at_twcny.rr.com as well as to the newsgroup.
Many Thanks,
Vaughn
Received on Sun Aug 26 2001 - 04:28:28 CDT
![]() |
![]() |