aspose file tools
The moose likes Java in General and the fly likes Issues installing junit on linux Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Issues installing junit on linux" Watch "Issues installing junit on linux" New topic
Author

Issues installing junit on linux

Andrew Stallard
Ranch Hand

Joined: Mar 06, 2010
Posts: 33
It appears I have successfully installed junit using yum. However, I can not seem to import any junit packages. The junit jar files do exist in my /usr/share/java directory. Has anybody else had this problem, and how did you deal with it?

Thank You for Responding.
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

You'd still need them on whatever classpath you're using to compile; just having them present on the filesystem isn't enough.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Issues installing junit on linux
 
Similar Threads
Upload Area - JUnit as driver for load tests ?
Particulars of building a Tester Class
how to run tests in junit graphical interface
JUnit Testing
JUnit for MultiThreaded Applications