I have project created in eclipse. Can you please guide me how can i test it on Eclipse? Where can i get the relevant eclipse version and how to do that?
The project file contains the following details:
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>