import java project [message #1754994] |
Sat, 25 February 2017 09:22 |
Banafsheh Azizi Messages: 328 Registered: July 2016 |
Senior Member |
|
|
Hi,
Sorry for my simple question, I am new in Java. I have a problem with opening Java project in Eclipse Modeling Mars.2. When I import java project to eclipse I can not run it because there is not any project and main class to select in Run Configuration. It seems, eclipse doesn't detect that this is a Java project. should I install any plugin?
Member of MDSE Research Group
http://mdse.ui.ac.ir
[Updated on: Sat, 25 February 2017 09:24] Report message to a moderator
|
|
|
|
|
|
Re: import java project [message #1755101 is a reply to message #1755095] |
Tue, 28 February 2017 08:01 |
Ed Merks Messages: 33222 Registered: July 2009 |
Senior Member |
|
|
The archive you've imported from doesn't appear to have included files like the .project (describes the natures and builder for this project) and .classpath (describes the Java classpath, e.g., where are the source folder and the out folders) files that would normally be part of an exported existing project. So it's a question of where did this archive come from and why did whomever provided it not include important files like the .project and .classpath files in the root of the project.
Ed Merks
Professional Support: https://www.macromodeling.com/
|
|
|
Powered by
FUDForum. Page generated in 0.04087 seconds