<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: NoClassDefFoundError when trying to test JUnit</title>
	<atom:link href="http://iderror.com/errors/java/java_junit/noclassdeffounderror-when-trying-to-test-junit/feed/" rel="self" type="application/rss+xml" />
	<link>http://iderror.com/errors/java/java_junit/noclassdeffounderror-when-trying-to-test-junit/</link>
	<description>You have errors, we have solutions!</description>
	<lastBuildDate>Thu, 07 May 2009 00:45:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://iderror.com/errors/java/java_junit/noclassdeffounderror-when-trying-to-test-junit/comment-page-1/#comment-8014</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 20 Mar 2009 10:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/idError/?p=8087#comment-8014</guid>
		<description> To run your JUnit tests, you&#039;ll need the following elemements in your CLASSPATH:
    * JUnit class files
    * Your class files, including your JUnit test classes
    * Libraries your class files depend on
If attempting to run your tests results in a NoClassDefFoundError, then something is missing from your CLASSPATH.
Windows Example:
set CLASSPATH=%JUNIT_HOME%\junit.jar;c:\myproject\classes;c:\myproject\lib\something.jar
Unix (bash) Example:
export CLASSPATH=$JUNIT_HOME/junit.jar:/myproject/classes:/myproject/lib/something.jar </description>
		<content:encoded><![CDATA[<p>To run your JUnit tests, you&#8217;ll need the following elemements in your CLASSPATH:<br />
    * JUnit class files<br />
    * Your class files, including your JUnit test classes<br />
    * Libraries your class files depend on<br />
If attempting to run your tests results in a NoClassDefFoundError, then something is missing from your CLASSPATH.<br />
Windows Example:<br />
set CLASSPATH=%JUNIT_HOME%\junit.jar;c:\myproject\classes;c:\myproject\lib\something.jar<br />
Unix (bash) Example:<br />
export CLASSPATH=$JUNIT_HOME/junit.jar:/myproject/classes:/myproject/lib/something.jar</p>
]]></content:encoded>
	</item>
</channel>
</rss>
