CNMAT / CNMAT-Externs

CNMAT Max/MSP externals
Other
96 stars 11 forks source link

mxj midifile does not load #35

Closed ramagottfried closed 6 years ago

ramagottfried commented 9 years ago

java.lang.UnsatisfiedLinkError: com.cycling74.max.MaxSystem.getDefaultPath()Ljava/lang/String; at com.cycling74.max.MaxSystem.getDefaultPath(Native Method) at com.cycling74.max.MXJClassLoaderImpl.lookupClassData(MXJClassLoaderImpl.java:164) at com.cycling74.max.MXJClassLoaderImpl.doLoadClass(MXJClassLoaderImpl.java:111) at com.cycling74.max.MXJClassLoader.loadClazz(MXJClassLoader.java:88) Could not load class 'midifile'

adrianfreed commented 9 years ago

which help patches needs this?

On Jul 5, 2015, at 11:04 AM, rama gottfried notifications@github.com wrote:

java.lang.UnsatisfiedLinkError: com.cycling74.max.MaxSystem.getDefaultPath()Ljava/lang/String; at com.cycling74.max.MaxSystem.getDefaultPath(Native Method) at com.cycling74.max.MXJClassLoaderImpl.lookupClassData(MXJClassLoaderImpl.java:164) at com.cycling74.max.MXJClassLoaderImpl.doLoadClass(MXJClassLoaderImpl.java:111) at com.cycling74.max.MXJClassLoader.loadClazz(MXJClassLoader.java:88) Could not load class 'midifile'

� Reply to this email directly or view it on GitHub.

ramagottfried commented 9 years ago

as far as I know only the midifile help patch in the Externals/help uses it.

equilet commented 9 years ago

If we end up distributing midifile (which we should), we need to include instructions for installing it, and/or make sure that we include a /java dir in the externals release.

equilet commented 9 years ago

https://github.com/CNMAT/CNMAT-Externs/issues/20