[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.jdt] run as junit classpath

If I drop a more recent version of junit into my project's build libraries, the project is built against it. If I "run as junit", eclipse puts the junit.jar from the eclipse installation in front of my project libraries and the test fails because the method i'm calling (Assert.assertEquals(long,long)) is not in available in junit 4.3.

How can I get around this?

Would it be more appropriate for Eclipse to put its installation junit jar after the project library jars?

I'm running eclipse 3.4.1.