1.

How Do You Find The Java Version Used By Your Application?

Answer»

You can run the java -VERSION command in the command prompt to find out the version of Java used by your application. If you have multiple JDK or JRE installed then make sure you use the one which is used by your application.

You can run the java -version command in the command prompt to find out the version of Java used by your application. If you have multiple JDK or JRE installed then make sure you use the one which is used by your application.



Discussion

No Comment Found