Matlab crashes after clearing java object and then creating object again

3 views (last 30 days)
Hi
I'm hoping that someone has come across this behavior before as it will be quite difficult to provide sample code that replicates the problem.
I have a self-created JAR file that's loaded up in classpath.txt. I have written my own matlab object which contains some Java objects from the JAR. Everything works fine, including both the matlab object and the Java object. While working on my matlab object code I will periodically issue 'clear all' to make sure the changes take effect. If I then recreate my matlab object (which in itself creates java objects) Matlab crashes every single time.
If I restart, the objects are created again with no problem at all.
Anyone come across this type of behavior
Regards, Phil

Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!