Preventing Java Framework from being overriden

0
Hello,   I seem to have an issue where everytime I try to use Eclipse to add a Java Action, it changes the framework and overwrites the Java actions causing a failure when I run the Mendix program. How do I avoid this?   Thanks
asked
1 answers
2

This is usually because Eclipse is using a different version of Java. To fix it, just turn off “Build Automatically”, so Eclipse doesn’t auto compile. Now, when you run your Mendix application, it should recompile the Java Actions correctly as part of the build process.

Hope this helps!

answered