Skip to content

Instantly share code, notes, and snippets.

@botic
Created January 31, 2014 18:08
Show Gist options
  • Select an option

  • Save botic/8738933 to your computer and use it in GitHub Desktop.

Select an option

Save botic/8738933 to your computer and use it in GitHub Desktop.
Sharp MATLAB on Retina MacBooks
# For a sharp UI you have to download the latest JDK for Mac OS X from Oracle
# and then replace MATLAB's outdated built-in JRE with a symlink the current one
mbp-retina:philipp$ cd /Applications/MATLAB_R2013b.app/sys/java/jre/maci64/
mbp-retina:philipp$ mv jre/ jre.original
mbp-retina:philipp$ ln -s /Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/jre/ jre
@saralilyb
Copy link

Works awesome, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment