BaseChannel Class ChainedRuntimeException error

I am having trouble with the BaseChannel class. Every time I make a java file where I specify that the class extends BaseChannel I get an error when I try to compile which states:

cannot access com.sct.lang.ChainedRuntimeException
class file for com.sct.lang.ChainedRuntimeException not found

Does anyone know how to solve this?
Even when I copy code directly from examples I get this same error.

Thank you

0
No votes yet

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

With Luminis IV you will

With Luminis IV you will need to include jar file sct-rt-2.0.0.jar to support your java class. With Luminis III.3 you need to use the security-1_0_0_315.jar. That is where the com.sct.lang.ChainedRuntimeException can be found.

Since the CDK doesn't work

Since the CDK doesn't work for even the simplest channel without this jar file, why doesn't the build.xml include it by default? Or alternatively, why is the jar file not in webapps/luminis/WEB-INF/lib by default? There seem to be copies of it all over the place, EXCEPT in the places that the CDK looks in... sigh.