| Author |
How to install junit?
|
Anissa Pary
Ranch Hand
Joined: Jan 02, 2012
Posts: 40
|
|
|
Hello can anyone help please! My eclipse does not recognize I downloaded junit but still it is complaining any suggestions? Running windows 64 bit, eclipse eclipse-SDK-3.7.1-win32-x86_64, junit 4.10
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32694
|
|
Sounds as though you need to add it to your classpath.
Tell us where you installed junit, and what the classpath you are using for your project is.
|
 |
Anissa Pary
Ranch Hand
Joined: Jan 02, 2012
Posts: 40
|
|
Campbell Ritchie wrote:Sounds as though you need to add it to your classpath.
Tell us where you installed junit, and what the classpath you are using for your project is.
Thanks for answering. So, classpath for the project C:\Users\Anissa\workspace. I installed junit in my desktop but after reading your comment I put it in the same folder C:\Users\Anissa\workspace. but it is still complaining. And how can I add it in to my classpath???
|
 |
Nam Ha Minh
Ranch Hand
Joined: Oct 31, 2011
Posts: 346
|
|
Anissa Pary wrote:Hello can anyone help please! My eclipse does not recognize I downloaded junit but still it is complaining any suggestions? Running windows 64 bit, eclipse eclipse-SDK-3.7.1-win32-x86_64, junit 4.10
Why download JUnit? Eclipse has built-in support for JUnit. You can create test case or test suite from the New menu.
|
Job Offer: Online working Java technical writing
|
 |
Anissa Pary
Ranch Hand
Joined: Jan 02, 2012
Posts: 40
|
|
Nam Ha Minh wrote:
Anissa Pary wrote:Hello can anyone help please! My eclipse does not recognize I downloaded junit but still it is complaining any suggestions? Running windows 64 bit, eclipse eclipse-SDK-3.7.1-win32-x86_64, junit 4.10
Why download JUnit? Eclipse has built-in support for JUnit. You can create test case or test suite from the New menu.
Ok get it now thank you!
|
 |
 |
|
|
subject: How to install junit?
|
|
|