Java Version 8.1.7 [message #55490] |
Mon, 27 January 2003 13:19 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
tony t
Messages: 4 Registered: October 2002
|
Junior Member |
|
|
Hello,
How do I tell which version of Java Oracle is running? I have a java enabled 8.1.7 database. Is there a way to use the latest JDK or are we stuck with what Oracle is compliant with? Thank you
|
|
|
Re: Java Version 8.1.7 [message #55494 is a reply to message #55490] |
Mon, 27 January 2003 16:58 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Trifon Anguelov
Messages: 514 Registered: June 2002
|
Senior Member |
|
|
You can use $jre command (c:>jre - Windows) to see the version:
$ jre
Java(tm) Runtime Loader Version 1.1.7
Usage: jre [[-options]] classname [[arguments]]
On Windows, you also have the C:>Program FilesOraclejrex.x.x naming convention for JRE version.
Since Oracle used particular version of JRE to write and QA test their code, changing the version will not be supported by their Technical Support. Of course, you can use even beta JRE versions, but don't count on them to get help...
Hope that helps,
clio_usa
OCP - DBA
Visit our Web site
|
|
|
|