This is the mail archive of the
eclipse@sources.redhat.com
mailing list for the gcj-compiled eclipse project.
good work, JUnit help
- From: Jonathan LaCour <panix-lists at skinnee dot net>
- To: eclipse at sources dot redhat dot com
- Date: Mon, 4 Aug 2003 11:17:28 -0400
- Subject: good work, JUnit help
Greetings,
Good work on the native compiled version of Eclipse! I am required to
use Eclipse at work, and I have been really frustrated with how
terribly slow and crashy it is. I installed your version, and its much
better in terms of speed, and it appears not to crash very often too.
But, I have a problem when I try to run a JUnit test, it errors out
with the following console message:
Exception in thread "main" java.lang.IllegalArgumentException: Error:
parameter '-port' not specified
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner
.defaultInit(RemoteTestRunner.java:239)
...
If I get my unit tests working, then I will definitely be able to use
this on a daily basis. Any idea how to fix this problem?
- Jonathan LaCour