updt java.rb for new caveats DSL

This commit is contained in:
Roland Walker 2014-01-20 15:13:10 -05:00
parent ba08d6cc0a
commit 25ca477227
1 changed files with 1 additions and 3 deletions

View File

@ -9,12 +9,10 @@ class Java < Cask
sha1 'd53f71dfb7f24b6c0fc470a17fa0cac3ee304194'
install 'JDK 7 Update 51.pkg'
uninstall :pkgutil => 'com.oracle.jdk7u51'
def caveats; <<-EOS.undent
caveats <<-EOS.undent
If your Java application still asks for JRE installation, you need to run:
sudo sed -i \'\' 's/\\<string\\>CommandLine\\<\\/string\\>/\\<string\\>CommandLine\\<\\/string\\>\\<string\\>JNI\\<\\/string\\>\\<string\\>BundledApp\\<\\/string\\>\\<string\\>WebStart\\<\\/string\\>\\<string\\>Applets\\<\\/string\\>/' /Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Info.plist
You might also need to reboot or Logout/Login
Above is a workaround for JRE packaging bug discussed here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=411361
EOS
end
end