| 54 | |
| 55 | == Apple Java Extensions |
| 56 | |
| 57 | To integrate with Mac OS X, the Apple Java Extensions are needed. They are proprietary code which cannot be distributed by us so you will have to download it manually and install it in your local repo the same way as above. They can currently be found [https://developer.apple.com/library/archive/samplecode/AppleJavaExtensions/Introduction/Intro.html here]. Download the `.zip` file and extract the `.jar` file from it. Install it in your local repo with the following command: |
| 58 | |
| 59 | {{{ |
| 60 | mvn install:install-file -DgroupId=com.apple -DartifactId=AppleJavaExtensions -Dversion=1.6 -Dpackaging=jar -Dfile=AppleJavaExtensions.jar |
| 61 | }}} |
| 62 | |
| 63 | Of course if you are not interested in running the code on Apple Mac OS X, you can also just remove this dependency and the code that uses it. !WorldPainter will still run on Mac OS X, but it will be less well integrated into the menus. |