web stats
Skip to end of metadata
Go to start of metadata

For Lion/Mountain Lion OSX users, Java 7 is newly available for upgrade via Mac auto software update at the time of this writing.  However, once upgraded, it has been discovered that the default monospaced font used in Mirth Connect has been replaced with a non-fixed-width font that is difficult to read and hard on the eyes.

If you'd like, you can follow these steps to revert back to Java 6.

 

  1. Open Terminal, logged in as Administrator.

  2. Enter the commands below in this following order (you can copy/paste each command into Terminal as well):

sudo mkdir -p /Library/Internet\ Plug-Ins/disabled
sudo mv /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin /Library/Internet\ Plug-Ins/disabled
sudo ln -sf /System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI.plugin /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin
sudo ln -sf /System/Library/Frameworks/JavaVM.framework/Commands/javaws /usr/bin/javaws

 

 

Reference:

Labels
  • No labels