Coder Social home page Coder Social logo

nekomatic / max-mxj Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cycling74/max-mxj

0.0 0.0 0.0 35.88 MB

Java support for Max by Cycling '74

License: MIT License

Shell 0.05% JavaScript 6.98% Ruby 0.03% C++ 2.95% C 30.06% Objective-C 0.22% Java 10.43% Max 30.82% CSS 0.37% Objective-C++ 0.01% Makefile 0.03% HTML 18.03% CMake 0.02%

max-mxj's Introduction

max-mxj

Build Status Build status

The mxj/mxj~ objects for authoring objects in Max using Java.

Continuous Integration

Builds can be downloaded from S3

Use the badges above to go directly to the CI services.

To build (Mac)

  • mkdir build
  • cd build
  • cmake -G Xcode ..
  • cmake --build . (or open the Xcode project in this build folder and build there)
  • cmake --build . --config Release

To build (Windows)

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

MXJ rules for searching for Java:

On OSX, it searches in that order: embeded JRE, on system JDK, on system JRE The search for an embeded JRE is done in the application, in the folder MyApp.app/Contents/Resources/C74/packages/max-mxj/jre The JRE must have the structure : jre/Contents/Home jre/Contents/MacOS jre/Contents/Plugins jre/Contents/Resources jre/Contents/Frameworks

The JRE can be found here after installing a java internet plugin: "/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/" Copy that folder and rename it "jre"

On Windows, it searches in that order: embeded JRE, on system JDK, on system JRE The search for an embeded JRE is done in the application, it must be a folder named "jre" placed in the same folder as the application .exe

max-mxj's People

Contributors

benbrackenc74 avatar cassiel avatar tap avatar jeremybernstein avatar pslack avatar jkcmusork avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.