Extra Mac Help

  1. If you don't have it, install fink.
  2. Install graphviz (a package containing dot) using fink.
  3. Update your path to include the location of dot.
  4. If the dependencies graphs still don't appear, try to run Eclipse from the command line. cd to eclipse's installation directory, and then run eclipse from the command line as follows:
    ./eclipse -vm Eclipse.app/Contents/MacOS/java_swt -keyring
    ~/.eclipse_keyring -consoleLog -showlocation -vmargs -Xms30M -Xmx150M
    -Dorg.eclipse.swt.internal.carbon.smallFonts
    -Dorg.eclipse.swt.internal.noFocusRing&