OS X 1.9 ea jdeps

Michael Hall mik3hall at gmail.com
Sun Apr 12 16:57:49 UTC 2015


On Apr 12, 2015, at 11:51 AM, Alan Bateman <Alan.Bateman at oracle.com> wrote:

> On 12/04/2015 15:49, Michael Hall wrote:
>> I’m not sure how much you want to hear about things not quite right on this yet but I thought this one might be worth mention.
>> For the OS X early access of Java 9 the jdeps command doesn’t appear to be there.
>> 
>> java -version
>> java version "1.9.0-ea"
>> Java(TM) SE Runtime Environment (build 1.9.0-ea-b57)
>> Java HotSpot(TM) 64-Bit Server VM (build 1.9.0-ea-b57, mixed mode)
>> 
>> which jdeps
>> /Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/bin/jdeps
>> 
>> Michael Hall
> Can you look in dirname `which java` to see if it's a JRE or JDK install? The contents of the bin directory is one indication, alternatively the contents of the "release" file in the top-level directory of the install.


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

Michael Hall


More information about the jigsaw-dev mailing list