What JVM version is running???

Hi
How I can know, the JVM version running on my Database ..
Oracle9i Enterprise Edition Release 9.2.0.5.0 - Production
With the Partitioning and Real Application Clusters options
JServer Release 9.2.0.5.0 - Production
the platform Compaq Tru64 UNIX V5.1B (Rev. 2650)
thank you

Have you any idea why I am only see 1.2.2 as my JDK and not 1.3.x as expected?
cd $ORACLE_HOME/jdk/bin/
pwd/u01/app/oracle/product/9.2.0.1.0/jdk/bin
java -versionjava version "1.2.2"
Solaris VM (build Solaris_JDK_1.2.2_17b, native threads, sunwjit)
>

Similar Messages

  • What JVM versions is Commerce Server Certified On?

    What JVM versions is Commerce Server Certified On?
    And where did the 'Supported Platforms' page go?
    mike

    I found what I needed in the release notes.
    - mike
    "[email protected]" <[email protected]> wrote:
    >
    What JVM versions is Commerce Server Certified On?
    And where did the 'Supported Platforms' page go?
    mike

  • What JVM version?

    How can I find out what version of JVM I'm running on my computer? Thanks.

    bash-2.03# java
    Usage: java [-options] class [args...]
    (to execute a class)
    or java -jar [-options] jarfile [args...]
    (to execute a jar file)
    where options include:
    -d32
    use a 32-bit data model if available
    -d64
    use a 64-bit data model if available
    -client to select the "client" VM
    -server to select the "server" VM
    -hotspot is a synonym for the "client" VM [deprecated]
    The default VM is client.
    -cp -classpath <directories and zip/jar files separated by :>
    set search path for application classes and resources
    -D<name>=<value>
    set a system property
    -verbose[:class|gc|jni]
    enable verbose output
    -version print product version and exit
    -showversion print product version and continue
    -? -help print this help message
    -X print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
    enable assertions
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
    disable assertions
    -esa | -enablesystemassertions
    enable system assertions
    -dsa | -disablesystemassertions
    disable system assertions

  • What JVM's should be supported by applets

    Currently working on developing and testing an applet which will be released to customers in the corporate environment. What JVM versions, browser versions or OS's should be supported by applets being released now ?

    JVM version depends on what you Java compiler you compiled your code against.
    Browser versions can have different bugs.
    Our product runs with IE 5.5, but on IE 6.0 when we log out we get a whitescreen. ( applet screen area is painted white and browser must be restarted )
    Only a proper QA/test of each configuration will give you the answers.
    regards,
    Owen

  • Solaris JVM Version

    How do I verify which JVM version is running on a Solaris 7 box?
    Thanks

    Hello,
    that's quite simple. If you configured properly the path
    where the virtual machine was installed to
    just type the following command in a console:
    java -version
    Otherwise you have to search for a directory like
    java/jdk1.2.2/bin/
    or
    ..jdk1.3/bin
    etc.
    and to execute there the preceding command.
    Marc

  • How can i tell what itunes version i'm running?

    how can i tell what itunes version i'm running?

    Mac OS 10.0 – Cheetah
    Mac OS 10.1 – Puma
    Mac OS 10.2 – Jaguar
    Mac OS 10.3 – Panther
    Mac OS 10.4 – Tiger
    Mac OS 10.5 – Leopard
    Mac OS 10.6 - Snow Leopard
    Mac OS 10.7 – Lion
    Mac OS 10.8 - Mountain Lion
    Mac OS 10.9 - Mavericks (This release marks the beginning of a change in the naming scheme of OS X, departing from the use of big cats and moving to names based on places in California.Following the new naming scheme, the current version of the operating system is named Mavericks, after the surfing location in California.)

  • What older versions of PS Elements are compatible with my older iMac?? I'd like to upgrade to an newer version (eg. versions 7-10) that will run on my old iMac. Some versions are PC only.

    What older versions of PS Elements are compatible with my older iMac?? I'd like to upgrade to an newer version (eg. versions 7-10) that will run on my old iMac. Some versions are PC only.

    And which model imac? Is it a G5 processor or Intel?

  • What JVM is being used in my Internet Explorer ?

    I have a web-bases/java-bases application that does not work when JRE 1.4 is active.
    I disable it for Internet Explorer in the Java Plug-In Console on the Browser tab and then things work fine.
    How do I know what JVM is being used then ?
    Some configuration info :
    WinME, IE 6.0, JRE 1.4

    When you install JRE1.4.0, it asks if you want to link the JRE to IE and Netscape 6...if you answered yes, what it does is to create and automatically select a new option box in IE (see Tools-->Internet Options-->Advanced-->Java Sun-->Use JRE1.4.0...) -- if you elected not to link the JRE, the option box is not created.
    Without the new option box, IE works like this:
    1) Unless the applet has been converted with the HTMLConverter that comes with your SDK, IE will run the applet with its native JVM which is version 1.1.5.
    2) If the HTML file has been converted, IE will check to see what version of the JRE is required and what is already on the system. If a different JRE is required, it will prompt the user to download the required JRE and then run the applet -- if the user doesn't want to do the download, the applet will simply fail to start.
    Hope this helps!
    ;o)
    V.V.

  • 1.1 vs 1.4 : SDK API's and how they relate to JVM versions

    Hey all,
    I'm hoping some Java expert/guru/enthusiast can help me understand a little (OK, a lot) more about designing applets for backward compatibility .
    My situation is that I need to design applets which are compatibile with the built-in Java features of Internet Explorer and Netscape 6.x - which appears to be JVM versions 1.1.4. I know going with Java2, JDK 1.4, web start whatever would be MUCH better, and will do whatever I can to push clients to plug-in & non-MS browsers, etc. etc., but believe me, supporting MS JVM 1.1.4 is a requirement...
    ...So my question is, are there any things added to the JDK since 1.1.4 that can be used in a 1.1 JVM? If so, how would I be able to determine what those things are without testing them all?
    Like could i take java source for some 1.4 SDK code and add them to a 1.1 project? how do I know if the api requires a new intrinsic or not? (native keyword?)
    Also, I'm using the 1.4 SDK compiling for 1.1 targets, aside from the 1.4 SDK api's & packages, will there be any code I can write that will happily compile for a 1.1 target but then mysteriously fail when testing? What I mean is, if I use a new language feature or compiler feature since 1.1, will the 1.4 compiler's byte-code still be 1.1 compatible, or will there be some potential run-time problems?
    thanks

    As a rule of thumb, avoid all swing components (just use awt) because they are only available in 1.2. You can use all enhancements and bug fixes to awt components that are available in 1.4 (even 1.5).
    ;o)
    V.V.

  • Recommended JVM Version for ZfS 6.5 SP1 on NetWare 6 SP5 w/NCS

    Quick question - what is the recommended version of the NetWare JVM to use
    with ZfS 6.5 SP1? I'm running NW6SP5, ZfS65 with SP1 applied, and Tomcat
    3.3. Right now I'm using JVM 1.4.2_6 and just wanted to verify there are no
    known issues with JVM 1.4.2_6 playing well with ZfS 6.5 SP1. Running on on
    a 2 node cluster.I plan to add ZfD 6.5 SP1 to the cluster soon - primarily
    for HA inventory services. Thanks in advance for any input.

    Ron,
    Thanks for the general advice. That's what I thought, but sometimes we
    all need a sanity check. Especially when you see java thread death
    messages when the distributor starts up :-) Not due to the JVM.
    > In General, use the JVM version that shipped at the same time as the
    NetWare
    > Service Pack you're using.
    >
    > For NetWare 6 this still gives you the choice between JVM 1.3.x and
    1.4.x,
    > my preference is the JVM 1.4.2 as it has better performance then the
    1.3.x.
    > The 1.4.2_6 your using is quit stable, no major issues known.
    >
    > Ron
    >
    >
    > <[email protected]> wrote in message
    > news:MaeMe.444$[email protected]..
    > > Quick question - what is the recommended version of the NetWare JVM
    to use
    > > with ZfS 6.5 SP1? I'm running NW6SP5, ZfS65 with SP1 applied, and
    Tomcat
    > > 3.3. Right now I'm using JVM 1.4.2_6 and just wanted to verify there
    are
    > no
    > > known issues with JVM 1.4.2_6 playing well with ZfS 6.5 SP1. Running
    on on
    > > a 2 node cluster.I plan to add ZfD 6.5 SP1 to the cluster soon -
    primarily
    > > for HA inventory services. Thanks in advance for any input.
    >
    >

  • What earlier version of FCP will work with the intel-3processor?

    what earlier version of FCP will work with the intel-3 processor?

    The version of the CR designer that the reports were created in is really not that important. Though more on that below. What you need is Crystal Reports XI R2A (11.5.x). That is the last version of CR to ship the Report Designer Component  (RDC) that you are presumably using at this time. Note that this version is out of support thus no fixes, no phone support, though we welcome your queries on these forums. To obtain CR XI R2A you will have to contact sales; 866-681-3435. Do not get CR 2008 (12.x) as this version does not ship the RDC and only has the SDK for .NET and Java.
    Re. version of the reports. While the version of the designer the reports were created in should not be that important, the older the designer, the more potential problems you may run into. Updating the reports to CR XI R2A is highly advised. You can do this manually by simply opening the reports in the designer and saving them - making sure they still run once that is done. Alternatively, you can do this in code by simply using the .SaveAs method, or exporting to rpt file format. This may not however update the database connectivity correctly (the database engine was completely rewritten in CR 9) and testing will be needed to make sure these reports still work. This is particularly true of your version 8 reports. Version 9 reports and later should be OK.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Can I get a trial version that runs on OSX 10.6.8 32 bit

    Can I get a trial version that runs on OSX 10.6.8 32 bit?  If so where?   If not what should I do?

    Hello,
    Please use the below link and download the CS6 application from the list.
    http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html
    Flash professional CS6 is compatible for Mac 10.6.8
    http://helpx.adobe.com/x-productkb/policy-pricing/cs6-system-requirements.html

  • Changing JVM version in CE 7.1 SP11 using Config Tool

    Hi Experts,
    I have CE 7.1 SP11 installation, in the server node I could see two versions of JVM (jvm: sapjvm_5.1.017 and sapjvm_5.1.058 in directory usr\sap\<>\SYS\exe\jvm\<>\....)
    In Config Tool, it shows only sapjvm_5.1.058.
    I faced a problem with jvm  sapjvm_5.1.058 connecting to rmi/iiop which is running in ibm webspehere, but I able able to connect properly with using sapjvm_5.1.017 which I tested by creating and executing sample Java program.
    My question is - I want to change the JVM version in Config tool and want to point it to sapjvm_5.1.017.
    Please suggest me how can I do this.
    Regards,
    Patana

    hope this note wlll help
    Note 718901 - How to Change the JDK of the J2EE Engine

  • Possible to set CacheSize for the single-JVM version of the data cache?

    Hi -
    I'm using Kodo 2.3.2.
    Can I set the size for the data cache when I'm using a subclass of the single-JVM version of the
    data cache? Or is this only a feature for the distributed version?
    Here are more details...
    I'm using a subclass of LocalCache so I can display the cache contents.
    The kodo.properties contains these lines:
    com.solarmetric.kodo.DataCacheClass=com.siemens.financial.jdoprototype.app.TntLocalCache
    com.solarmetric.kodo.DataCacheProperties=CacheSize=10
    When my test program starts, it displays getConfiguration().getDataCacheProperties() and the value
    is displayed as "CacheSize=10".
    But when I load 25 objects by OID and display the contents of the cache, I see that all the objects
    have been cached (not just 10). Can you shed light on this?
    Thanks,
    Les

    The actual size of the cache is a bit more complex than just the CacheSize
    setting. The CacheSize is the number of hard references to maintain in the
    cache. So, the most-recently-used 10 elements will have hard refs to them,
    and the other 15 will be moved to a SoftValueCache. Soft references are not
    garbage-collected immediately, so you might see the cache size remain at
    25 until you run out of memory. (The JVM has a good deal of flexibility in
    how it implements soft references. The theory is that soft refs should stay
    around until absolutely necessary, but many JVMs treat them the same as
    weak refs.)
    Additionally, pinning objects into the cache has an impact on the cache
    size. Pinned objects do not count against the cache size. So, if you have
    15 pinned objects, the cache size could be 25 even if there are no soft
    references being maintained.
    -Patrick
    In article <aqrpqo$rl7$[email protected]>, Les Selecky wrote:
    Hi -
    I'm using Kodo 2.3.2.
    Can I set the size for the data cache when I'm using a subclass of the single-JVM version of the
    data cache? Or is this only a feature for the distributed version?
    Here are more details...
    I'm using a subclass of LocalCache so I can display the cache contents.
    The kodo.properties contains these lines:
    com.solarmetric.kodo.DataCacheClass=com.siemens.financial.jdoprototype.app.TntLocalCache
    com.solarmetric.kodo.DataCacheProperties=CacheSize=10
    When my test program starts, it displays getConfiguration().getDataCacheProperties() and the value
    is displayed as "CacheSize=10".
    But when I load 25 objects by OID and display the contents of the cache, I see that all the objects
    have been cached (not just 10). Can you shed light on this?
    Thanks,
    Les
    Patrick Linskey [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • Different JVM versions in a SAP system

    I have an SAP system which consist of 3 servers, and 2 of them have jvm version - 1.4.2_17-b06 and the other one has JVM version 1.4.2_12-b03, so i wanted to know will this setup affect the system/performance
    thank you
    Jonu Joy

    Hi
    Will my system/performance be affected if my CI has a different java version compared to the version on the app servers
    As per my knowledge it wont effect your sytem performance,you can still proceed with what you have now but its better to have same JAVA version
    Regards
    Uday

Maybe you are looking for

  • Query in creating Sales Order with BAPI_SALESORDER_CREATEFROMDAT2?

    Hi, I am trying to create a Sales Order with the BAPI and have a contract as a reference. Do I need to explicity mention the line item details in case I need the data from Contract to be copied here. If not how do I acheive this functionality. P.S: I

  • How to modify data in table control

    hi i have created table control where i have displayed  data into table control logic used screen 200 PROCESS BEFORE OUTPUT. MODULE SELECT_RECORD. *&SPWIZARD: PBO FLOW LOGIC FOR TABLECONTROL 'TBC_200'   MODULE TBC_200_CHANGE_TC_ATTR. *&SPWIZARD: MODU

  • I want to create an applet, Please Help...

    HI all, I want to create an applet which should be able to display text and images... To display text in an applet I am using ... import java.awt.*; import java.applet.*; public class SimpleApplet extends Applet     public void paint(Graphics g)     

  • Adobe reader will not open documents in the browser. What do I do?

    I do not know anything about technical jargon or anything about add-ons or plug-ins, I just know that typically if I open a PDF file from a website it opens just fine in the browser. However, I am unable to open PDFs inside of Adobe Reader. When I do

  • Error printing po

    HI all, I created data definition and template for POXPRPOP ==> Printed Purchase Order Report(Portrait), sat up output to XML in Request form for POXPRPOP and ran it. When trying to preview, I am getting the error bellow followed by template page. Wh