Thread: Cant get my server running

Results 1 to 8 of 8
  1. #1 Cant get my server running 
    Registered Member Pure Ranger11's Avatar
    Join Date
    Nov 2008
    Posts
    29
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Hello i cant get my server running it cant cannot to my java and i seems like a noob but i forgot everything This is what it gives:

    This is in the Run.bat

    @echo off
    title runserver
    "C:/Program Files (x86)/Java/jre7/bin/java.exe" -Xmx815m -cp bin;lib/*; com.rs.Launcher true true false
    pause


    and this is wen i want to run it:

    it just gives nothing its in a other language but it cant find hes way ,
    i got java jre 7 update 9 but idk whats wrong

    with my compiler its exactly the same
    Hello And Welcome

    Msn ; [email protected]
    Skype: Melvindylan

    Reply With Quote  
     

  2. #2  
    Super Donator

    Join Date
    May 2008
    Age
    30
    Posts
    161
    Thanks given
    2
    Thanks received
    4
    Rep Power
    38
    Something with the java but what?
    Reply With Quote  
     

  3. #3  
    Donator

    6ix9ine's Avatar
    Join Date
    Oct 2012
    Posts
    622
    Thanks given
    514
    Thanks received
    112
    Rep Power
    582
    What, the fuck. Seriously give us some info, you basically stated nothing.

    EDIT: Seems like your cmd isnt showing up, try setting environmental variables and make sure you do have jdk installed.
    Quote Originally Posted by Huey View Post
    Because of all the nub syipkpkers nulls that runs in no way to stop them ***gots. There runing everything yyou can't even enjoy an fucking server with out an asshole with his head stuck up his *** crashing an server. Every fucking 10 minutes an asshole always log on server crashing it because of the ***got who made it... So how the hell do yall stand these ***gots that's crashing server. Damn people just move on do something else play warock or something that's what im about to start playing... if you would like to add me its [email protected] it was nice knowing ya rune-server and burn in hell server crashers
    Reply With Quote  
     

  4. #4  
    RuneCasino


    Join Date
    Jul 2007
    Posts
    1,647
    Thanks given
    175
    Thanks received
    257
    Rep Power
    358
    Probably the arguments.. try changing them to this

    from

    Code:
    true true false
    to

    Code:
    false false true
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jun 2012
    Posts
    166
    Thanks given
    67
    Thanks received
    9
    Rep Power
    11
    Try taking out the (x86) if your java isn't in there.
    Vulcanic RSPS Coming soon!


    Reply With Quote  
     

  6. #6  
    Donator


    Join Date
    Jul 2012
    Posts
    1,084
    Thanks given
    136
    Thanks received
    123
    Rep Power
    192
    What version of JDK are you on? I'm using jdk1.7.0_05, so i'll make an example with it.

    Instead of doing this:
    Code:
    @echo off
    title runserver
    "C:/Program Files (x86)/Java/jre7/bin/java.exe" -Xmx815m -cp bin;lib/*; com.rs.Launcher true true false
    pause
    Change it to this:
    Code:
    @echo off
    title runserver
    "C:/Program Files/Java/jdk1.7.0_05/bin/java.exe" -Xmx815m -cp bin;lib/*; com.rs.Launcher true true false
    pause
    Notice the jdk1.7.0_05, as you will need to set that as whatever jdk version you're using.
    python
    Reply With Quote  
     

  7. #7  
    RuneCasino


    Join Date
    Jul 2007
    Posts
    1,647
    Thanks given
    175
    Thanks received
    257
    Rep Power
    358
    Oh I just realized it was a java path issu
    Reply With Quote  
     

  8. #8  
    Strive for whats best.

    Chaz's Avatar
    Join Date
    Jul 2012
    Age
    28
    Posts
    2,499
    Thanks given
    376
    Thanks received
    614
    Rep Power
    170
    Correct your Java path pretty sure it was said above.
    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: 2
    Last Post: 12-23-2012, 02:44 AM
  2. Running server.
    By lmaoroflkewl in forum Help
    Replies: 18
    Last Post: 04-20-2012, 04:15 PM
  3. Running A server
    By br3ad in forum Help
    Replies: 2
    Last Post: 10-09-2011, 02:37 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
  •