Page 1 of 1

Max MSP and Java

Posted: Thu Nov 24, 2005 5:07 pm
by toutouffe
Hi, I have a Java file .java and I need to compile it using the max MSP library (so that I can use the java object later on).

Is there a built in compiler with max MSP ?

Because when I compile it on internet compilers, it doesn't find the max MSP library (logic) and therefore there's an error with the following statement :


Code: Select all


import com.cycling74.max.*;



thanks



Toutouffe