- Symptom
- Unpredicatable; generated code might not compile, generated code might
not run correctly, or the debugger might not work properly.
- Cause
- EGL compares the timestamp (last time modified) of the .jar files in its
plugin with the timestamp of the .jar files in your project. If the files
in your project are older, EGL replaces them. Sometimes an external tool
will update the timestamps of your files, tricking the generator into thinking
that your outdated files don't need to be replaced.
- Solution
- Delete the Jar files from your project and generate code from an EGL source
file. After that you can be assured that you have the latest files.
Related concepts
Related tasks
Related reference