figured it out - apparently eclipse want's junit jar on the
classpath. can't figure out why, but that's a mystery for later.
On Feb 12, 2007, at 1:19 PM, Geir Magnusson Jr. wrote:
I'm having an awful time using Eclipse to try to debug some test
cases in java.awt and javax.swing. I can't seem to get the
classpaths right for Eclipse to find it and run it. I am able to
debug other testcases that aren't in the java?.* package namespace.
It thought I would simply add bin/test to the boot classpath in the
Run/debug configuration for the testcase in question, but that
doesn't seem to work. Anyone have any hints?
geir