but unlike the video on the installer page, running the installer throws the following exception:
tpeterss-macbook-pro-15:eclipse thomasgpeters$ sudo java -jar WOInstaller.jar 5.4.3 /Library/WebObjects/Versions/WebObjects543
Downloading WebObjects: Done
Exception in thread "main" java.io.IOException: Cannot run program
"/bin/ln": error=13, Permission denied
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1041)
at java.lang.Runtime.exec(Runtime.java:617)
at java.lang.Runtime.exec(Runtime.java:485)
at com.mdimension.archiver.CPIO$Link.create(CPIO.java:202)
at com.mdimension.archiver.CPIO.extractTo(CPIO.java:129)
at com.mdimension.woinstaller.Main.main(Main.java:116)
Caused by: java.io.IOException: error=13, Permission denied
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:135)
at java.lang.ProcessImpl.start(ProcessImpl.java:130)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1022)
... 5 more
I am running the installer from sudo, but it is still causing this error. Any help appreciated.