Cycling74 / max-mxj

Java support for Max by Cycling '74
MIT License
17 stars 11 forks source link

c74excludefromcollectives broken #27

Closed tap closed 8 years ago

tap commented 8 years ago

To reproduce:

  1. Use the bb_mxj_less branch of Max
  2. Open the mxj help patcher.
  3. From the File menu choose to build an Application
  4. mxj.mxo will be in the collective (bad)

Optional:

  1. hack the mxj.mxo Info.plist and change c74excludefromcollectives to c74factoryexternal
  2. mxj.mxo will not be in the collective (good)

This problem is of critical importance because it borks the standalone if the standalone is opened on a machine that doesn't have Java installed.

tap commented 8 years ago

This one is fixed for me now using the latest internal build of Max. Thanks @jeremybernstein !