Other Parts Discussed in Thread: CCSTUDIO
Launching Debug Server via the java interface from Matlab versions R2010a and R2011a both work fine, but from R2011b, it now has an error:
java.lang.SecurityException: class "org.mozilla.interfaces.dsIDebugger"'s signer information does not match signer information of other classes in the same package (0x80004005)
I guess Matlab 2011b has somehow increased security or checking on running JAR files...not really sure. Does anyone know what to do here? Searching on the web, suggestions for this java error seem to be either to re-arrange the order of jar files loaded in the classpath, or by somehow re-signing or removing the manifest of the java packages. I don't know how to proceed...
Thanks,
ML