Thread: Runesource in eclipse

Results 1 to 2 of 2
  1. #1 Runesource in eclipse 
    Registered Member
    Join Date
    Sep 2015
    Posts
    3
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    When I try to run it on eclipse I get the following error:

    Code:
    Usage: Server <host> <port> <cycleRate>
    I understand that batch file sets host, port & cyclerate.

    Code:
    @echo off
    @title [%date%] RuneSource
    
    set host=127.0.0.1
    set port=43594
    set cyclerate=600
    
    java -cp bin org.Server %host% %port% %cyclerate%
    pause
    But how can I make it work without a batch file?

    Im using this source:
    runesource_rebuild v0.1
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Sep 2015
    Posts
    3
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by packersfan84 View Post
    not an eclipse user but try this How To Use Command Line Arguments in Eclipse
    Thanks, I got it working.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 14
    Last Post: 11-27-2011, 04:04 AM
  2. How to use RS2HD in Eclipse
    By Anthony-| in forum Help
    Replies: 10
    Last Post: 06-02-2009, 05:34 PM
  3. RS2HD508 - Runing in Eclipse HELP
    By Anthony-| in forum Help
    Replies: 0
    Last Post: 06-02-2009, 05:21 PM
  4. Simplifying Bits shifts in Eclipse
    By Maxi in forum Snippets
    Replies: 8
    Last Post: 03-22-2009, 02:59 PM
  5. Running rs2d in Eclipse
    By Zachyboo in forum Tutorials
    Replies: 12
    Last Post: 06-14-2008, 02:07 PM
Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •