We all know where to look for installed Java on Windows be it any version of Operating system (program files), but to know where the Java JRE is installed on Mac OS X (macOS) it's different as the location keeps changing with the version of Mac OS X you are working on (be it Lion, Mavericks or Yosemite)
Location where Java is installed on Mavericks: 10.9
/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/
Location where Java is installed on Yosemite: 10.10
/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/
Location where Java is installed on El Capitan: 10.11.6
/Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/
More Posts related to Mac-OS-X,
- Pdf Text to Speech option in Mac OS X Preview App
- vi undo command
- Hide files and folders on Mac OS X
- Java location in Mac OS X
- Mac OS X Error: Could not create the Java Virtual Machine
- How to take Screenshots on Mac OS X without Keyboard
- Save webpage as pdf in Google Chrome for Mac OS X
- Safari appends .html extension to files that are downloaded
- How to See Hidden Folders and Files on Mac OS X
- How to Gzip a file directory on Mac OS X using Terminal Command
- osascript wants to make changes while Android Studio Installation on Mac OS X
- Find Java JRE Installation location Mac OS X
- Mac OS X Taking Screen Capture using Terminal
- How to Stop Photos App from auto loading when device connected to the Mac
- How to Setup maven on Mac OS X
- How to enable Do Not Disturb mode for Notification Center in Mac OS X 10.10 Yosemite
- Mac OS X Stuck During Booting Gray Screen Logo and Spinner
- Kill or force quit stuck application or process in Mac OS X
- Turn on off volume change button sounds Mac OS X
- 4 Open Source SQLite Editor for Mac OS X , Windows and Linux
- Location of eclipse.ini file on Mac OS X
- Disable Chrome Notification bell from Mac OS X menu bar
- Google Search Hot Trends Screensaver for Mac OS X
- Transfer files between Android and Mac OS X using usb cable
- [Solved] Dynamic Web Module 3.0 requires Java 1.6 or newer Mac OSX
More Posts:
- [Solved] Notepad++ Menu Bar Missing - NotepadPlusPlus
- Copy all .vcf Mobile Contacts files into one .vcf - HowTos
- Add blank lines after each lines using Notepad++ text editor - NotepadPlusPlus
- How to set background color for android layout pragmatically using java and through xml - Android
- Share or Send SMS via Android Intent - Android
- Android Emulator window was out of view and was recentered - Android-Studio
- Multiline EditText in Android Example - Android
- Right Align Text in Bootstrap framework - Bootstrap
- SharePoint 2016 error - Could not find file ManageUserProfileServiceApplicationTenantSimplified.xml - SharePoint
- Division between two numbers - C-Program
- How to send email from JavaScript HTML using mailto - JavaScript
- Android Emulator 5.1.1 not loading on Mac OS X Android Studio - Android-Studio
- How to remove disable google search blue triangle - Google
- How to update Android Studio - Android-Studio
- Add Buttons at the bottom of Android Layout xml file - Android