Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Java runtime pre-installed on MAC OSX?

I need to port a java desktop app for mac os-x. The app will be launched via JNLP. Is the Java runtime environment pre-installed on MAC-OSX ?

like image 665
Ahmed Avatar asked Dec 16 '12 05:12

Ahmed


People also ask

Where is Java Runtime installed on Mac?

In macOS, the JRE installation path is /Library/Internet Plug-Ins/JavaAppletPlugin. plugin/Contents/Home/ . The root directory of the JRE software installation. This directory contains README, and other JRE folders.

Do I need Java installed on my Mac?

Java is not required and is not preinstalled in OS X. There are 2 sides to Java. The web browser plug-in/extension - this is the BAD form, as it has been nothing but security holes. HOWEVER, for some reason there are a few institutions that require the Java browser plugin to access their web site.


1 Answers

In general. Java 5 or Java 6 was preinstalled on Mac OS X up to 10.6, but this ceased in 10.7.

Besides, a recent Mac OSX update uninstalls the version of Java 6 plugin previously supported by Apple. Apple have never supported Java 7.

https://blogs.oracle.com/thejavatutorials/entry/apple_s_java_mac_os

You (or your users) need to download and install Java 7 for the Mac from Oracle. But @Andrew Thompson's comment (see above) offers a good way to smooth that "speed bump".

like image 81
Stephen C Avatar answered Oct 11 '22 08:10

Stephen C