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:
- I searched the Internet and found StackOverflow's answer to the question Checking the version of JRE used during run-time. However, I want to check the version without modifying the source code (e.g. I have no source code)
- I searched on StackOverflow and found no additional answers.