-
Notifications
You must be signed in to change notification settings - Fork 1
How to Add Saxon Home Edition
Sean Gordon edited this page Mar 14, 2016
·
2 revisions
1.The software comes as a zip file. Download it here. Unzip it into Applications.
2.Open Terminal and paste the command:
vim .bash_profile
3.Paste the following into the file:
export PATH export PATH=$PATH:/Applications/saxon export SAXON=/Applications/saxon/ export CLASSPATH=$CLASSPATH:/Applications/saxon/saxon9he.jar
make sure the jar file name is the same: saxon9he.jar may be out of date.
4.Hit the ESC key to get into Normal (command) mode then type :q and press Enter.