you may know me from the MaxMSP forum. Those objects are great, many thanks.
I wondered if it would be possible to make a version running under X.5 too. I know it's an old OS now, but I still use it a lot.
Thanks again,
p
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry for the late answer, I didn't noticed you answered!
Here is the error message:
binding to port 7000
MXJ System CLASSPATH:
/Music/Max5/Cycling '74/java/lib/activation.jar
/Music/Max5/Cycling '74/java/lib/ajm.jar
/Music/Max5/Cycling '74/java/lib/bsf.jar
/Music/Max5/Cycling '74/java/lib/ej.jar
/Music/Max5/Cycling '74/java/lib/jitter.jar
/Music/Max5/Cycling '74/java/lib/jode-1.1.2-pre-embedded.jar
/Music/Max5/Cycling '74/java/lib/jruby.jar
/Music/Max5/Cycling '74/java/lib/mail.jar
/Music/Max5/Cycling '74/java/lib/max.jar
MXJClassloader CLASSPATH:
/Music/Max5/Cycling '74/java/classes/
Jitter 1.7.0 installed
Jitter Java support installed
java.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:676)
at com.cycling74.max.MXJClassLoaderImpl.doLoadClass(MXJClassLoaderImpl.java:119)
at com.cycling74.max.MXJClassLoader.loadClazz(MXJClassLoader.java:88)
Could not load class 'OscBrowse'
java.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:676)
at com.cycling74.max.MXJClassLoaderImpl.doLoadClass(MXJClassLoaderImpl.java:119)
at com.cycling74.max.MXJClassLoader.loadClazz(MXJClassLoader.java:88)
Could not load class 'OscService'
For both 1.5 & 1.6
Best
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Mattijs,
you may know me from the MaxMSP forum. Those objects are great, many thanks.
I wondered if it would be possible to make a version running under X.5 too. I know it's an old OS now, but I still use it a lot.
Thanks again,
p
Hi Patrick,
True, I didn't test this under 10.5.
What issues are you running into? I don't have a 10.5 install ready at hand, but if I know what I'm looking for I guess I can get my hands on one.
Best,
Mattijs
Hello Mattijs,
Sorry for the late answer, I didn't noticed you answered!
Here is the error message:
For both 1.5 & 1.6
Best
Hi Patrick,
Thanks for specifying the issue. I was able to reproduce and with version 1.8 this should now be fixed, i.e. Mac OS 10.5 should now be supported.
Cheers,
Mattijs