openjdk-osx-build
Michael Hall
mik3hall at gmail.com
Wed Apr 6 14:55:27 PDT 2011
On Apr 6, 2011, at 4:37 PM, Henri Gomez wrote:
>> User
>>
>> Very strange, thanks for providing reference build so I could at least eliminate that as responsible for the Files error.
>
> Note, I'm allways install it for all users, may be it's the problem ?
I don't believe this is the case or we are not understanding this to be the same thing?
Most of this I posted with my original compile error post but I'm not always DRY...
ls -l /System/Library/Java/JavaVirtualMachines
total 0
drwxr-xr-x 3 root wheel 102 Feb 28 17:52 1.6.0.jdk
In the system directory for all users, only the current 1.6.0.jdk.
ls -l ~/Library/Java/JavaVirtualMachines
total 0
drwxr-xr-x 3 mjh staff 102 Apr 5 05:46 1.7.0.jdk
In my own user directory is I believe still yours, installed by your installer, after I moved or deleted the one there to get it to work.
/usr/libexec/java_home -v 1.7
/Users/mjh/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home
/usr/libexec/java_home -v 1.7 --exec java -version
openjdk version "1.7.0-internal"
OpenJDK Runtime Environment (build 1.7.0-internal-b00)
OpenJDK Server VM (build 20.0-b06, mixed mode)
Again it should be yours, I believe as is shown by the 'mixed mode'
java -version
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07-334-10M3326)
Java HotSpot(TM) Client VM (build 19.1-b02-334, mixed mode, sharing)
My Apple is true 32 bit which shows as 'mixed mode, sharing'.
I was going to verify this and look into some of the related when my current build finishes mine takes more than 10-12 minutes. But I think I'll stick to the compile error as a possible bug report.
More information about the macosx-port-dev
mailing list