...
Code Block |
---|
$ sudo mkdir -p /Library/WebObjects $ curl -O https://wocommunity.org/tools/WOInstaller.jar $ sudo java -jar WOInstaller.jar 5.4.3 /Library/WebObjects |
If you already have the WebObjects543.dmg or the automatic download does not works use this variant:
Download WebObjects543.dmg
Code Block |
---|
cp WebObjects543.dmg /tmp/
sudo java -jar WOInstaller.jar dev54 /Library/WebObjects |
Step 3: Link the Framework to WOlips through the properties configuration file
...