Thread: Brand new to RSPS, not to being Confused AF

Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11  
    Registered Member
    Join Date
    Feb 2017
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    In the picture, the image on the right side is Eclipse. That's where it's telling me the error is.

    Is that still not the correct way to run it through Eclipse? Because I right clicked "run" where it's a batch file and it only lets me edit in notepad++ even though I transferred everything from notepad++ into eclipse.

    I also followed a "guide" to open .bat files into eclipse and it doesn't even bring it up as an option to open it.

    On Eclipse - I went to Run -> External Tools -> Configuration -> Clicked on programs and tried to find the "Run" for the server and it couldn't be found.

    I'm using eclipse to edit all the files I have.
    Reply With Quote  
     

  2. #12  
    Registered Member Vito the Don's Avatar
    Join Date
    Feb 2019
    Age
    26
    Posts
    74
    Thanks given
    6
    Thanks received
    16
    Rep Power
    66
    Okay I didn't see the right side my apologies, you are missing the ';' at server = then the IP
    Also, like I said before, what that is doing is setting it to localhost, which should be "127.0.0.1", not any other IP address. If you just want to host it without having other people connect that is.

    You don't need any .bat files for eclipse either, when you import the project into eclipse you can run the code from eclipse by clicking "Run", selecting the main type and then the code will execute. You can just delete the .bat files nobody uses them anymore honestly. Google a tutorial of how to import an RSPS into eclipse and you'll see what I mean.

    Lastly, the IP address should be a String, so make it server = "127.0.0.1";
    The Dons
    Reply With Quote  
     

  3. #13  
    Registered Member
    Join Date
    Feb 2017
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    So that got rid of the original error, now 8 more showed up. So I'll find some guides on importing RSPS to Eclipse and then work on the errors it gave me.

    Thanks for your help.
    Reply With Quote  
     

  4. #14  
    Registered Member Vito the Don's Avatar
    Join Date
    Feb 2019
    Age
    26
    Posts
    74
    Thanks given
    6
    Thanks received
    16
    Rep Power
    66
    No problem, I also suggest watching some basic java videos to start off, it'll really help you understand how the java syntax works. Best of luck
    The Dons
    Reply With Quote  
     

  5. #15  
    Registered Member Tylwr's Avatar
    Join Date
    Jul 2012
    Age
    26
    Posts
    478
    Thanks given
    105
    Thanks received
    42
    Rep Power
    15
    Quote Originally Posted by Stitch R6 View Post
    So that got rid of the original error, now 8 more showed up. So I'll find some guides on importing RSPS to Eclipse and then work on the errors it gave me.

    Thanks for your help.
    Delete the compiler.bat. It is unneeded and outdated. Eclipse automatically compiles as you go. You do not need to portforward your server to play locally, at least I never needed to. Most errors will tell you exactly what is wrong, like with the ;.
    Attached image
    Quote my post for me to see your reply.
    Discord: tiller#2854

    Reply With Quote  
     

  6. #16  
    Donator


    Join Date
    Mar 2015
    Posts
    730
    Thanks given
    121
    Thanks received
    190
    Rep Power
    292
    Okay, first step. Run as far as you can away from .bat compiler etc, do not run your server or client that way. Do not use Notepad either. Get Eclipse IDE, run your server in it, itll tell you all your errors etc on the spot and its much easier to use.
    Attached image
    Reply With Quote  
     

Page 2 of 2 FirstFirst 12

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. New 317 Rsps similar to Ss
    By SoMafia in forum Requests
    Replies: 2
    Last Post: 11-20-2015, 12:59 PM
  2. Replies: 5
    Last Post: 11-28-2014, 06:29 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •