Skip to content

Instantly share code, notes, and snippets.

@tobie
Created November 3, 2009 17:35
Show Gist options
  • Save tobie/225259 to your computer and use it in GitHub Desktop.
Save tobie/225259 to your computer and use it in GitHub Desktop.
Installing Rhino on Mac OSX
mkdir ~/Desktop/src/
cd ~/Desktop/src/
curl -O ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino1_7R2.zip
unzip rhino1_7R2.zip
mkdir ~/Library/Java/
mkdir ~/Library/Java/Extensions/
cp ~/Desktop/src/rhino1_6R5/js.jar ~/Library/Java/Extensions/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment