Hi, I am using notepad++ b/c faster than using eclipse IDE, so how do I have to add junit to path variables. I'm using Windows 7 64 bit.
Here is error when I try to run my school assignment that uses Junit in Windows command prompt
error: package org.junit does not exist
Here is the import statements I am using:
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
Any help appreciated, my assignemnt is due tommorrow at noon!
In the mean time I am going to download Eclipse and try that, but I'd still like to figure out how to get it to work just using NotePad++.