quick max.java.config question

simon adcock's icon

Hello,

I'm trying to add a folder to the dynamic classpath of MXJClassLoader (on Windows). I thought this should do it:

max.dynamic.jar.dir D:/MaxStuff/classes ;

but I keep getting "(mxj) unknown option specify in max.java.config.txt" in the max window. I've tried as many variations as I can think of (restarting Max each time), but I can't work it out, has anybody tried this on Windows?

Cheers,
Simon

mdk's icon

remove the ; at the end. that should do it

the rather peculiar format of the config files uses a ; at the start and end of a line to denote a comment.

simon adcock's icon

Great, thank you. Thought I must be doing something silly.