Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the path to the JRE file?

Tags:

I am looking for the path the the JRE file on Mac OS X 10.6.8. Or is there no such file? Is JRE just slang for an idea or concept? Java Runtime Environment is a real thing.

Does it have a file? I am installing something that asks for the path to the JRE file http://www.boonex.com/trac/dolphin/wiki/RayMediaServerInstallation

like image 692
Vivoco Avatar asked Jan 19 '13 02:01

Vivoco


1 Answers

In Mac you can find Java JRE's installed in the following folders

/Library/Java/JavaVirtualMachines/

Example /Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home.

like image 115
sam Avatar answered Sep 20 '22 18:09

sam