java16 on El Capitan

Martin Costabel <[email protected]>
Newsgroups gmane.os.apple.fink.devel
Message-ID <[email protected]>
(See my response the message "Can't build virtuoso under El Capitan" on 
fink-beginners)

If one installs Apple's JavaForOSX2015-001 package on OSX 10.11, it 
places the JavaVirtualMachines directory into /Library/Java and not into 
/System/Library/Java as it did on previous systems (for the same package!)

The result is that system-java16-dev shows up as not installed and 
packages builddepending on this cannot be installed. A fix would be to 
replace
if $javadir =~ /System/
by
if ($javadir =~ /System/ or $ver =~ /1.6.0/)
in VirtPackage.pm:438.

The jni headers are at the same place in 
/System/Library/Frameworks/JavaVM.framework/ as before.

-- 
Martin

------------------------------------------------------------------------------
_______________________________________________
Fink-devel mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.