mendix / docs

Mendix documentation repository
https://docs.mendix.com
Creative Commons Attribution 4.0 International
140 stars 719 forks source link

using-eclipse #7570

Closed CrisLange closed 5 months ago

CrisLange commented 6 months ago

Missing base classes for com.mendix afbeelding

What are the correct settings for Eclipse??? Nowhere to be found in Mendix documentation!!!

MarkvanMents commented 5 months ago

Hi, I'm not sure that I have understood your question fully. You can add a Java action to Mendix and edit it in Eclipse without importing any additional classes. Any classes you import will depend on what your Java action is going to do.

You can see a couple of examples in Extending Your Application with Custom Java - the first does not require any classes to be imported. The second just imports the classes which are being used within the Java action. I have had the steps in this document tested and they worked for a new installation of Eclipse if you use the method described in that document to import the project into Eclipse.

If this still doesn't work for you, I suggest you ask on Community Questions where there are many Mendix developers who may have come across similar issues and can share their experiences.

I'm sorry you have had this issue - if you resolve the issue and identify something which would have helped you, please let us know and we can add it to the documentation. Yours Mark van Ments