On 12/04/2015 17:57, Michael Hall wrote:
:
Not exactly sure what you mean.
But,
which java
/usr/bin/java
which javac
/usr/bin/javac
locate jdeps
/Library/Java/JavaVirtualMachines/jdk1.8.0_20.jdk/Contents/Home/bin/jdeps
/Library/Java/JavaVirtualMachines/jdk1.8.0_20.jdk/Contents/Home/man/ja_JP.UTF-8/man1/jdeps.1
/Library/Java/JavaVirtualMachines/jdk1.8.0_20.jdk/Contents/Home/man/man1/jdeps.1
/Library/Java/JavaVirtualMachines/jdk1.9.0.jdk/Contents/Home/bin/jdeps
I think the issue is that the installation creates sym links in /usr/bin
for most, but not all, of the tools/launchers. So if you have
/System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands or
/Library/Java/JavaVirtualMachines/jdk1.8.0_20.jdk/Contents/Home/bin on
your PATH, say after /usr/bin, then it would explain what you are seeing.
-Alan