The mxj/mxj~ objects for authoring objects in Max using Java.
Builds can be downloaded from S3
Use the badges above to go directly to the CI services.
mkdir build
cd build
cmake -G Xcode ..
cmake --build .
(or open the Xcode project in this build folder and build there)
Download the Windows x86 Java SE Development Kit 8 (from http://www.oracle.com and install it in the default location (C:\Program Files (x86)\Java). Rename 'C:\Program Files (x86)\Java\jdk1.8.0_xxx' to 'C:\Program Files (x86)\Java\jdk1.8.0'.
Open the mxj or mxj~ project in Visual Studio 2013