"pdj: warning: Java is initialized from main thread. AWT can lock pure-data environment. See pdj/pd scheduler to cover this problem.
pdj: java.lang.ExceptionInInitializerError
pdj: at com.cycling74.max.MaxObject.registerObject(MaxObject.java:803)
pdj: Caused by: java.lang.NullPointerException
pdj: at java.util.StringTokenizer.<init>(StringTokenizer.java:182)
pdj: at java.util.StringTokenizer.<init>(StringTokenizer.java:204)
pdj: at com.e1.pdj.PDJClassLoader.resolvClasspath(PDJClassLoader.java:64)
pdj: at com.e1.pdj.PDJClassLoader.<init>(PDJClassLoader.java:37)
pdj: at com.e1.pdj.PDJClassLoader.<clinit>(PDJClassLoader.java:27)
pdj: ... 1 more
pdj pdj_test_class
... couldn't create"
My friend wrote a sampler in pure data. It functions already. But we would like to start it on a mac computer. There we got the message written above and are not able to solve the problems...
What is AWT?
What is the pdj/ pd scheduler?