Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: jvm version

  1. #1
    Junior Member
    Join Date
    Oct 2024
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default jvm version

    Hi, when I run a command to check jvm version, it returns Java runtime version 1.8.0_382-b05.

    Is this a higher runtime than JDK8u162? I'm kinda presuming the command line return is the same as "JDK8u382"? thank you very much.

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,140
    Thanks
    65
    Thanked 2,720 Times in 2,670 Posts

    Default Re: jvm version

    when I run a command
    What is the command you run?

    Here is the console for 2 commands on my Win10 PC:
    Microsoft Windows [Version 10.0.19045.5073]
    (c) Microsoft Corporation. All rights reserved.

    C:\Users\Norm>java -version
    java version "1.8.0_291"
    Java(TM) SE Runtime Environment (build 1.8.0_291-b10)
    Java HotSpot(TM) 64-Bit Server VM (build 25.291-b10, mixed mode)

    C:\Users\Norm>javac -version
    javac 1.8.0_60

    C:\Users\Norm>
    It shows I have an older version of the JDK
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. google chrome last version 4th Feb
    By asillam in forum What's Wrong With My Code?
    Replies: 0
    Last Post: February 6th, 2020, 08:58 AM
  2. My own version of swing?
    By sci4me in forum AWT / Java Swing
    Replies: 3
    Last Post: August 9th, 2013, 07:23 PM
  3. Java Version
    By mohdrazeed in forum Java Theory & Questions
    Replies: 1
    Last Post: July 18th, 2012, 04:28 PM
  4. Java Version
    By mohdrazeed in forum Object Oriented Programming
    Replies: 1
    Last Post: July 16th, 2012, 09:58 AM
  5. Version issue? Or what else can it be?
    By SxN in forum What's Wrong With My Code?
    Replies: 5
    Last Post: October 17th, 2011, 05:53 PM