Reputation: 59633
I have installed Java 7 Update 45 and Java 8 Update 25 in parallel. I am experiencing some text rendering issues in JavaFX which should be fixed in Java 8 Update 25, so I wonder which Java version the application is currently on.
Is there a way to check which version of Java an application uses?
What I have tried:
Upvotes: 4
Views: 17738
Reputation: 301
This will surely solve your problem.
Upvotes: 0
Reputation: 192
Using Command Line
C:\>java -version
Output
java version "1.7.0_55"
Java(TM) SE Runtime Environment (build 1.7.0_55-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.55-b03, mixed mode)
Upvotes: 0
Reputation: 59633
javaw.exe
.javaw.exe
Upvotes: 6