Hi there,
I use some rapidminer operators in an applet, but when I tried to deploy, I get a plenty of security errors. For example, great problem is creating OperatorDescription, because I cant get ClassLoader.getSystemClassLoader() in an unsigned applet. Is there a way
how to avoid using signed applets?
operatorDescription = new OperatorDescription(
ClassLoader.getSystemClassLoader(),
"DecisionTreeLearner",
"com.rapidminer.operator.learner.tree.DecisionTreeLearner",
"description can be written here", null, null, null);