[java-dev] could not load class ...
f.e
personalcomputermusic at gmail.com
Sat Sep 8 17:27:07 MDT 2007
- Previous message: [java-dev] could not load class ...
- Next message: [java-dev] Re: could not load class ...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Your class has to be in the Java search path. By default, this is here on Windows (don't know for Mac) : C:\Program Files\Cycling '74\MaxMSP 4.6\Cycling '74\java\classes You can also modify the max.java.config.txt which is located here on Win : C:\Program Files\Cycling '74\MaxMSP 4.6\Cycling '74\java Example : ; add /Users/topher/myclasses to the dynamic classpath of MXJClassLoader; ; max.dynamic.class.dir /Users/topher/myclasses ; max.dynamic.class.dir "C:/MaxMSP/fe - all/fe - objects/JAVA/" f.e f.e chanfrault | aka | personal computer music >>>>>>> http://www.personal-computer-music.com >>>>>>> |sublime music for a desperate people| Christian Veit a écrit : > i am new to max/msp/jitter and i am trying to create a mxj external but it doesent really works.. i use max/msp version 4.6.3 jitter 1.6.3 and java 1.6.0_02-b06.. max window says Jitter java support installed.. no error message nothing.. but if i try to write a java class there it writes error: Could not load class xyz... can anybody give me a hint what could be wrong.. i've searched the forums but i did not find anything about that.. > _______________________________________________ > java-dev mailing list > java-dev at cycling74.com > http://www.cycling74.com/mailman/listinfo/java-dev >
- Previous message: [java-dev] could not load class ...
- Next message: [java-dev] Re: could not load class ...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
