Skip to content

Instantly share code, notes, and snippets.

@ondrej-kvasnovsky
Last active October 30, 2015 20:54
Show Gist options
  • Save ondrej-kvasnovsky/04d90ba520d2ffda463f to your computer and use it in GitHub Desktop.
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
~ 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