Use other projects classpath for testing in eclipse -


Is there a way to configure an eclipse-java-project in a way that is similar to class-path- Another project uses the configuration.

This project will have exam-classes which should work in the same environment as compared to the 'original'.

Depend on your product project to your test project. Then in the Project Path Properties page of the product project, make sure that all the build path entries are exported. This will show them on the test project.

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -