java - How to tell if JRE or JDK is installed - Stack Overflow
You can open up terminal and simply type java -version // this will check your jre version javac -version // this will check your java compiler version if you installed this should show you the version of java installed on the system (assuming that you ha...