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.
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.
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.
What is the command you run?when I run a command
Here is the console for 2 commands on my Win10 PC:
It shows I have an older version of the JDKMicrosoft 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>
If you don't understand my answer, don't ignore it, ask a question.