Eclipse Deployment

0
My Mendix project isn't creating the necessary ".classpath" and ".project" file in the project's root dir. So it's impossible to import the project into Eclipse IDE. Any help on this and why does it respond like that...? I have rebooted my PC several times, scanned it for errors and still not working. We have tried other projects, other machines, still no luck.
asked
1 answers
3

It only generates these files if you have a Java action in your project, as there's no reason to start from Eclipse otherwise and it would only generate useless files.

answered