How to compile a .java file with max
Hi, keep in mind I am an absolute beginner to Max for live and Java.
I have found a project "hack of Emmanuel Jourdan's waveformcirc" and I would like to change some things in the .java file. The problem is that it needs to be compiled, and I tried with my local java in PowerShell (windows 10) and my java can't find the two import com.cycling74.max.*; import com.cycling74.msp.*;. Can you tell me if I can use the mxj compile window of max, I can't make it work with my .java file, and which compiler command should I use? I can't find javac and have 2 java.exe one in JRE and one in JDK.
Thanks a lot!
you can compile it in max,
just send message viewsource to mxj object, and from there it is
simple to proceed.
If you are into reading docs, you will find all in max-mxj package