Skip to content

Instantly share code, notes, and snippets.

@camwest
Created May 23, 2009 19:24
Show Gist options
  • Select an option

  • Save camwest/116733 to your computer and use it in GitHub Desktop.

Select an option

Save camwest/116733 to your computer and use it in GitHub Desktop.
cam-mac:~ camwest$ cat ~/.MacOSX/environment.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>EDITOR</key>
<string>/usr/local/bin/mate -w</string>
<key>JAVA_HOME</key>
<string>/Library/Java/Home</string>
<key>CATALINA_HOME</key>
<string>/Library/Tomcat/Home</string>
</dict>
</plist>
cam-mac:~ camwest$ echo $JAVA_HOME
cam-mac:~ camwest$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment