How to find version of Jdk i running?

Hi,
I have a Win 2K machine that already has Jdk installed in it. I do not know the version of the Jdk I have. How do i know this?
TIA,
Babu

on the command line type:
java -version

Similar Messages

  • How to find the SQL Server Instances running across the given activer directory domain?

    How to find the SQL Server Instances running across the given activer directory domain?
    I have though of OSQL -L , Microsoft Assessment and Planning ( MAP ) tool and SQLPing3 (SQLSecurity) might help me.
    I would appreciate if there any other way of finding the SQL Servers / Instances running across the given active directory domain.
    Sivaprasad S
    http://sivasql.blogspot.com
    Please click the Mark as Answer button if a post solves your problem!

    Dear ,
    Very simple u find all instances through the customized sp which is get all details about inventory. Like i put the sp bellow. This is without any tool. 
    USE [master]
    GO
    /****** Object:  StoredProcedure [dbo].[DBStatus]    Script Date: 08-01-2015 19:46:11 By Damodar Patle Sr. DBA Mumbai India ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    ALTER PROCEDURE [dbo].[DBStatus] 
    AS
    SELECT 
    SERVERPROPERTY('servername') AS ServerName,
    ConnectionProperty('local_net_address') AS 'local_net_address',
    ConnectionProperty('local_tcp_port') AS 'local_tcp_port',
    CONVERT(VARCHAR(25), @@VERSION) as  VERSIONSQL,
    SERVERPROPERTY('ErrorLogFileName') AS ErrorLogFilePath,
    database_id,
    CONVERT(VARCHAR(25), DB.name) AS DBName,
    CONVERT(VARCHAR(10), DATABASEPROPERTYEX(name, 'status')) AS [Status],
    CONVERT(VARCHAR(10), DATABASEPROPERTYEX(name, 'Recovery')) AS [Recovery_Model],
    create_date as DBCreate_Date, --physical_device_name,
     (SELECT COUNT(1) FROM sys.master_files WHERE DB_NAME(database_id) = DB.name AND type_desc = 'rows') AS DataFiles,
     (SELECT SUM((size*8)/1024) FROM sys.master_files WHERE DB_NAME(database_id) = DB.name AND type_desc = 'rows') AS [Data MB],
     (SELECT COUNT(1) FROM sys.master_files WHERE DB_NAME(database_id) = DB.name AND type_desc = 'log') AS LogFiles,
     (SELECT SUM((size*8)/1024) FROM sys.master_files WHERE DB_NAME(database_id) = DB.name AND type_desc = 'log') AS [Log MB],
     (SELECT physical_name FROM sys.master_files WHERE DB_NAME(database_id) = DB.name AND type_desc = 'rows') AS MDF_File_Location,
     (SELECT physical_name FROM sys.master_files WHERE DB_NAME(database_id) = DB.name AND type_desc = 'log') AS  LDF_File_Location,
       user_access_desc
       FROM sys.databases DB
       ORDER BY dbName, [Log MB] DESC, NAME

  • How to find out which server is running on which port

    hi all,
    how to find out which server is running on which port, i want to know both
    from front end and backend?
    thanks and regards
    srikanth

    The best source to get all the ports you have is the Context Files.
    All ports are defined in the Context Files through "AutoConfig Variable". You can get the list of those variables by referring to the following note under "What is the port pool? What if I want to give a specific value to a Server Port?"
    Note: 216664.1 - FAQ: Cloning Oracle Applications Release 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=216664.1
    You can also get that list via OAM.
    Referring to the installation log file should also be helpful (Unless you have changed any of the ports after the installation).

  • How to find version of package

    Hello every body
    Anyone please tell me how to find version of package ASAP.
    Thanks
    Rahul

    And what exactly do you mean by version of the package?
    Are you using a versioning system like CVS or SubVersion etc? or you want to know the version of the database holding that package?
    For the first case, consult the documentation related to that software. For db version, do this:
    logon to the db using any user, or preferably as sys user as sysdba and enter this query:
    select * from v$version;

  • How to find version ib sap system

    Hi Experts,
       if suppose am new to sap, then how to find (or) see the which sap version the sap systm is using?
    Regards,
    sudha.

    Hi Sudha,
                      To find out the SAP version, after login to SAP system in the main menu,                             goto      System------>status, one pop up window comes, look for SAP System data/ Component version.
    Regards,
    Hari.

  • How to find Background job which is running program RSWUWFML2

    Hi Experts, i am trying to find which background job is running standard program 'RSWUWFML2', anyone can help on this?

    Go to SM37. Put * in the Job name and user name. The enter the program name in the last field.
    this should give you the job scheduled or running.

  • How to find which sub-vi is running in highlight execution mode?

    Hi there,
    It sometimes happens that while debugging you program you open a lot of sub-vis put probes in many places turn on highlight execution in dirrerent sub-vis and then forget to turn it off.
    You close all sub-vis and run software and it runs SLOOOOW. Then you need to go and find that sub-vi that runs in highlight execution mode.
    I was just wondering if there is an easy/automatic way find which vi has highlight execution mode turned on?
    Solved!
    Go to Solution.

    Here is a small utility to switch off Execution Highlight mode off all opened subvis. Drop it into the Project subfolder in the LabVIEW application folder, then restart LabVIEW. A new item "Stop Highlight mode..." will appear in the Tools menu. Enjoy !
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    Stop Highlight Execution.vi ‏16 KB

  • How to find version and arch of Oracle client installed

    Hi all
    I have sles 10 sp2 x86_64 on which oracle client 10.2 is installed. this installation was not done by me!
    so i dont know what version/architecture (32/64 bit) mode of the oracle client is installed on the client.
    from sqlplus -V i get only the version which is installed and not whether it is 32 or 64 bit. how can i find that out.
    sqlplus -V
    SQL*Plus: Release 10.2.0.1.0 - Production
    with a bit of googling i found only the below link which says 10g client 32-bit cannot be installed on a 64 bit system.
    i read this Installing 32-bit RDBMS Client software on x86_64 Linux. [ID 1075717.1]
    Installing 32-bit RDBMS Client software on x86_64 Linux.
    The only release of 32-bit RDBMS Client software that will properly install on an x86_64 Linux OS system is 11gR2 (aka 11.2.0.x)
        * 9iR2 (aka 9.2.0.x) 32-bit RDBMS Client software will NOT install on any x86_64 Linux OS system.
        * 10gR1 (aka 10.1.0.x) 32-bit RDBMS Client software will NOT install on any x86_64 Linux OS system.
        * 10gR2 (aka 10.2.0.x) 32-bit RDBMS Client software will NOT install on any x86_64 Linux OS system.
        * 11gR1 (aka 11.1.0.x) 32-bit RDBMS Client software will NOT install on any x86_64 Linux OS system.
    The answer to "why", is that the 11gR2 Client software is the first version that includes syntax so that a 32-bit object is linked.can someone please throw more light on this?

    If you have "64bit" string in V$VERSION it means Oracle 64bit is running.
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Release 10.2.0.4.0 - 64bit Production
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for Linux: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - ProductionIf you have no "64bit" string in V$VERSION it means Oracle 32bit is running.

  • How to finds applications that are still running?

    How do I find applications that are running on my computer?  I can't install a new version of Google Drive because I get the message that this application is open.  When I bring up the panel to do a force quit I do not see that application listed.  Once I find the app running how do I quit it?
    Thanks for any tips.
    Bryan

    Use Activity Monitor (in /Applications/Utilities). After opening it, go to View menu (on the menu bar) > All Processes, and quit the processes related to the apps that the installer needs.
    Another way is to start up in safe mode by holding the Shift key while your Mac is starting. This allows you to install any application without any problem, as no third-party apps are running

  • How to find version of OID

    How do you go about finding the exact version of OID. Is it stored somewhere in the OID tree or in a database table like SSO and PORTAL?
    Thanks,
    Laith E.H.

    Hi Laith
    The best way to find the version is to querey the Root DSE.
    You can do this with an ldapsearch command as follows:
    ldapsearch -p port_num -h host.domain.com -D "cn=orcladmin" -w admin_password -b "" -s base "objectclass=*"
    This will return all of the information in the Root DSE which also includes an attribute called orcldirectorycersion
    You could also run a similar search that only gives you the directory version. This is done as follows:
    ldapsearch -p port_num -h host.domain.com -D "cn=orcladmin" -w admin_password -b "" -s base "objectclass=*" orcldirectoryversion
    Jay

  • How to find out if JDK installed on solaris 10

    I just installed Solaris 10. How do I find out if Java JDK installed on the system? I typed in java -version and only the JRE was displayed but I want the JDK. Thanks

    # pkginfo | grep -i java
    You can download the latest jdk at http://java.sun.com/

  • How to find versions of application server components to apply patches

    Hi,
    I have Oracle Application server 10.1.2.0.2 installed in my linux box.
    under metalink.oracle.com
    1. i read documentation Doc ID: 420061.1 in metalink about patches and i did find one patch# 5922120 for my application middletier.
    but when i did a metalink search i did see some patches for my database version which were not critical
    so if they are not critical and if my application server is working fine then do i need to apply these patches.
    My application server version is 10.1.2.0.2
    and my apalication server infrastructure version is 10.1.0.4.2
    during my metalink searches i found the following patches which were uner normal priority. they are:
    patch numbers: 5127390, 5094712, 5605377
    Can someone guide me.
    Bottom line is: do i need to apply these patches unless they are critical and they are requred for my applications.
    Also i have one more basic question is
    How do i find out individual component versions in my application server like Portal, discoverer, EM, EM agent, etc?
    Thanks in advance,
    Philip.
    Message was edited by:
    [email protected]

    Philip,
    You have a similar environment to ours. We actually have two Oracle environments: 91) 10gDB 10.1.0.5 / 10gAS 9.0.4.3, and (2) 10gDB 10.2.0.3 / 10gAS 10.1.2.0.3.
    In regards to what patches, I look at two items: the latest patchset for DB and AS, and the Critical Patch Updates(CPU). Often, the CPU will drive what patchset you will need to be at. For example, with the CPU April 2007, we had to move to patchset 3 for our AS (9.0.4.3) since that is the only 10gAS R1 that Oracle provided CPU patches.
    As far as version ID, I have not found one single area to acquire this. For Portal, you can invoke Portal, http://host/pls/portal, logon as 'portal', then Administer, Global Settings, and at the bottom of the page is the version.
    For other products like Forms and Discover, you can find the version when the tool is invoked.
    Not quite as nice as the DB side where dba_registry will give you all the goodies.
    Regards,
    John

  • How to find version of BDC program

    I have an old BDC program to upload data.
    How can I find out for which version screens this program was written previously by looking at the old program from ecc5.0?
    Any help is appreciated.
    Thanks.

    IN THAT PROGRAM
    GOTO
    SYSTEM -> STATUS
    YOU WILL FIND ALL THSES INFORMATION
    REGARDS
    NARESH

  • How to find the instances that are running in a server?

    i have a Solaris server and previous engineer did a custom install of multiple instances of oracles.
    how can i find out the instances? such as instance name, port, database name, etc.
    thanks.

    user1035690 wrote:
    i have a Solaris server and previous engineer did a custom install of multiple instances of oracles.
    how can i find out the instances? such as instance name, port, database name, etc.
    thanks.For currently running instances:
    ps -ef | grep ora | grep pmonPort is for listener configuration and 1 listener can serve to multiple instances. You should check listener.ora file.
    Teymur Hajiyev
    Oracle 10g Certified Master
    http://teymur-hajiyev.blogspot.com
    http://dba.az

  • How to find version of Ep?

    How can I get Ep vesion?

    Hii Satish,
    There is different diffrent  way of finding ep version
    Use this
    login to the portal through http://<hostname>:5<Sno>00/sap/monitoring/systeminfo page. there you will find the complete system details.
    check under dispatcher, kernel release and version.
    Or by this
    you should have a directory on your test server called:
    <Drive>:/usr/sap/<SAP SID>/SYS/global/portal_versions
    with a file 6.0.X.X.X.Enterprise_Portal_Support_Release.txt
    that specifies your portal platform version.
    Thanks
    Revert back if have any querry.
    Dont forget to give rewards

Maybe you are looking for