Last active
          October 30, 2015 20:54 
        
      - 
      
- 
        Save ondrej-kvasnovsky/04d90ba520d2ffda463f to your computer and use it in GitHub Desktop. 
    Test Java 1.8.0_51 and 1.8.0_60 with otool
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ~ cd /Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/jre/lib | |
| ~ otool -L libjfxwebkit.dylib | grep icu | |
| # nothing is found | |
| ~ cd /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib | |
| ~ otool -L libjfxwebkit.dylib | grep icu | |
| /usr/lib/libicucore.A.dylib (compatibility version 1.0.0, current version 51.1.0) | |
| ~ cd /Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home/jre/lib | |
| ~ otool -L libjfxwebkit.dylib | grep icu | |
| /usr/lib/libicucore.A.dylib (compatibility version 1.0.0, current version 51.1.0) | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment