Re: ClassNotFoundException junit.tests.runner.LoadedFromJar on junit3.8.1, jdk 1.5.0_01, win 2000
Posted By:
Anonymous
Posted On:
Thursday, April 14, 2005 06:27 AM
Simply STOP using a classpath with spaces in it! The test which is failing does not like the Space " " in
C:Program Files.
;]
Re: ClassNotFoundException junit.tests.runner.LoadedFromJar on junit3.8.1, jdk 1.5.0_01, win 2000
Posted By:
WILLIAM_LAM
Posted On:
Thursday, March 10, 2005 10:15 PM
The only thing you need in your classpath is your JSDK and junit. For mines I have it set as the following
C:Program FilesJavajdk1.5.0_01lib;C:/junit/junit.jar;
This is enough to get it working. You might not be creating your unittest correctly.
Re: ClassNotFoundException junit.tests.runner.LoadedFromJar on junit3.8.1, jdk 1.5.0_01, win 2000
Posted By:
Anonymous
Posted On:
Thursday, March 10, 2005 04:39 PM
All you have to do:
1. Go to control panel- environment set your
path (NOT Classpath) to where ever junit that you installed.
Re: ClassNotFoundException junit.tests.runner.LoadedFromJar on junit3.8.1, jdk 1.5.0_01, win 2000
Posted By:
John_Riley
Posted On:
Thursday, February 3, 2005 06:12 AM
move your junit installation directly under the root at c: & -of course- adjust the %CLASSPATH% accordingly. this worked for me. the problem is probably some stink associated w/ the embedded space in the path.