Thread: need help settings up my server

Results 1 to 5 of 5
  1. #1 need help settings up my server 
    luvgirl12345
    Guest
    i had a server on windows... but im not sure how to compile/run... i think i have jdk... but it alwase gives me an error... can someone help? [Only registered and activated users can see links. ]
     

  2. #2  
    Registered Member
    Join Date
    Aug 2008
    Posts
    918
    Thanks given
    1
    Thanks received
    12
    Rep Power
    34
    what os? ubuntu server? make a shell script like..
    #!/bin/bash
    cd /home/ -dir to server-
    java server (replace server with your main class or if its packaged have it like bin.rs2.server)
     

  3. #3  
    Registered Member
    gamerx's Avatar
    Join Date
    May 2008
    Posts
    310
    Thanks given
    12
    Thanks received
    4
    Rep Power
    355
    1. ask me

    2. create a file called "run.sh" (to replace the run.bat)
    3. open run.bat
    4. copy the line that says "java client" or somesuch thing
    4. open run.sh in text editor
    5. put this in the file
    Code:
    #!/bin/sh
    [the code you copied from the other file]
    6. open term run "cd Desktop/path/to/client", remembering CaSe
    7. run "sudo chmod a+x run.sh"
    8. run "sh run.sh"
    9. Post any errors here
    Spoiler for Awesome List:

    • [Only registered and activated users can see links. ], You are kick-ass
    • [Only registered and activated users can see links. ], FTW < just ftw
    • [Only registered and activated users can see links. ], Thanks for sprites
    • [Only registered and activated users can see links. ], im sad you left
    • Avatar Realms, thanks for your help
    • 1337, umm, yeah...
     

  4. #4  
    Banned

    Join Date
    Sep 2009
    Posts
    3,247
    Thanks given
    195
    Thanks received
    255
    Rep Power
    0
    Quote Originally Posted by simfly View Post
    what os? ubuntu server? make a shell script like..
    #!/bin/bash
    cd /home/ -dir to server-
    java server (replace server with your main class or if its packaged have it like bin.rs2.server)
    Wow daft he's a novice coder like he's gunna understand any of that
     

  5. #5  
    Renown Programmer
    Join Date
    Dec 2008
    Posts
    363
    Thanks given
    1
    Thanks received
    28
    Rep Power
    74
    Quote Originally Posted by alex' View Post
    Wow daft he's a novice coder like he's gunna understand any of that
    You and your cohorts have proven that you can run a server without having any idea what's going on. What's the different here? It's all copying and pasting to you, eh?
    [Only registered and activated users can see links. ]
     


Thread Information
Users Browsing this Thread

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


User Tag List

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