Java Action compile error can not be resolved.

0
I am writing some Java action. Open project in eclipse. Many reference errors display. Some Action works fine even it has errors in eclipse. But some Action totally not work, and Mendix give error message about Type not found. I think this is should be eclipse or some buildpath issue.    I tried to clean deployment folder and remove .project .classpath file.   Not works.         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)     at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)     at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.lang.Error: Unresolved compilation problems:      The import com.dsm cannot be resolved     po cannot be resolved to a type     Po cannot be resolved to a type     po cannot be resolved     Po cannot be resolved to a type     ProjectConfigCache cannot be resolved to a variable     po cannot be resolved to a type     po cannot be resolved  
asked
1 answers
1

The error message says it can’t resolve com.dsm, should it be com.ddm? I wonder if there is a typo somewhere in the java code.

answered