From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19327 invoked by alias); 4 Aug 2003 15:17:32 -0000 Mailing-List: contact eclipse-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: eclipse-owner@sources.redhat.com Received: (qmail 19287 invoked from network); 4 Aug 2003 15:17:31 -0000 Date: Mon, 04 Aug 2003 15:17:00 -0000 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: good work, JUnit help From: Jonathan LaCour To: eclipse@sources.redhat.com Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: Apple Mail (2.552) X-SW-Source: 2003-q3/txt/msg00011.txt.bz2 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