Changes between Version 10 and Version 11 of BuildingWorldPainter
- Timestamp:
- 06/06/20 10:06:10 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingWorldPainter
v10 v11 55 55 == Apple Java Extensions 56 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:57 To integrate with Mac OS X on Java 8, 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 58 59 59 {{{ … … 61 61 }}} 62 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.63 Of course if you are not interested in running the code on Apple Mac OS X, or running it on Java 8, you can also just remove this dependency and the code that uses it. !WorldPainter will still run on Mac OS X on Java 8, but it will be less well integrated into the menus. 64 64 65 65 = Set up Maven toolchains