Max MSP and Java

For topics related to using MsPinky inside the Max/MSP graphical programming environment
toutouffe
Posts:1
Joined:Thu Nov 24, 2005 4:53 pm
Max MSP and Java

Post by toutouffe » Thu Nov 24, 2005 5:07 pm

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
Post Reply