Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle JVM

Re: Oracle JVM

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: 26 Aug 2001 17:57:22 -0700
Message-ID: <9mc5ti0u9i@drn.newsguy.com>


In article <0j3i7.389785$T97.44425966_at_typhoon.nyroc.rr.com>, "combs" says...
>
>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.
>

If the java is to run in the database, it must be loaded into the database -- that is the way it works. If it is not loaded, it won't be found.

>Many Thanks,
>Vaughn
>
>
>
>
>
>

--
Thomas Kyte (tkyte@us.oracle.com)             http://asktom.oracle.com/ 
Expert one on one Oracle, programming techniques and solutions for Oracle.
http://www.amazon.com/exec/obidos/ASIN/1861004826/  
Opinions are mine and do not necessarily reflect those of Oracle Corp 
Received on Sun Aug 26 2001 - 19:57:22 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US