Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

eclipse junit problem

  • 20-05-2005 7:21pm
    #1
    Closed Accounts Posts: 7


    HI
    When i try to tun a test case i get the following:
    Exception in thread "main" java.lang.IllegalArgumentException: Error: parameter '-port' not specified
    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.defaultInit(RemoteTestRunner.java:283)
    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.init(RemoteTestRunner.java:204)
    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:193)

    AnyOne have any ideas.....


Comments

  • Moderators, Politics Moderators Posts: 41,647 Mod ✭✭✭✭Seth Brundle


    Is the code a secret?


  • Registered Users, Registered Users 2 Posts: 4,276 ✭✭✭damnyanks


    And Junit is installed and working for sure?


  • Registered Users, Registered Users 2 Posts: 1,184 ✭✭✭causal


    IDEA #1: Post your code - it helps ppl to help you ;)
    IDEA #2: Post what software versions you're using.
    IDEA #3: Post what you've tried so far and the outcome.

    What parameters ARE specified here: RemoteTestRunner.defaultInit(RemoteTestRunner.java:283)
    - we know '-port' isn't

    causal


Advertisement