Changes between Version 10 and Version 11 of BuildingWorldPainter


Ignore:
Timestamp:
06/06/20 10:06:10 (4 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingWorldPainter

    v10 v11  
    5555== Apple Java Extensions
    5656
    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:
     57To 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:
    5858
    5959{{{
     
    6161}}}
    6262
    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.
     63Of 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.
    6464
    6565= Set up Maven toolchains