I downloaded Java 7u17 on Mac OS 10.7.5 from here and successfully installed it. To do some JNI programming, I need to know where Java is installed on my Mac.
I thought that inside the /Library/Java/JavaVirtualMachines/
folder, there would be a folder called 1.7.0.jdk
or something, but then I found the folder empty. This was confirmed by running ls /Library/Java/JavaVirtualMachines/
in the Terminal. I've tried searching for it to find out if it was installed somewhere, but that doesn't seem to be turning anything up.
Could someone please tell me where Java is installed on my Mac?