Hi All!
I'm struggling with the following problem. I have a script in CRA which should call an external java class written by me.
I've created a "Java Type" variable with null value.
I can call the costructor of my java class. It executes, but it looks like that it somehow stucks. The thread count and memory usage of the CRA engine's executable is increasing with each call.
This makes CRA to stop with OutofMemory after a while...
Anyone had experience with this?
Attila