Thread: Problem Running My RSPS on a Arch Linux VPS.

Results 1 to 4 of 4
  1. #1 Problem Running My RSPS on a Arch Linux VPS. 
    Banned
    Join Date
    Dec 2008
    Age
    28
    Posts
    37
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I'm trying to run my RuneScape Private Server on my Linux VPS. I installed JDK and Java on it.

    I typed "cd /home/MyServer" to run it.
    And then, I type "sh run.sh" but it doesn't work. It's saying "Java command not found" and I have installed Java. '



    Can someone help me please ? I'm new to Linux.

    Thanks.
     

  2. #2  
    Want a b00b job? PM me.
    Unity's Avatar
    Join Date
    Jun 2008
    Age
    30
    Posts
    711
    Thanks given
    7
    Thanks received
    11
    Rep Power
    298
    Hmm... Just try typing the command thats in run.sh out into the command prompt. also try making sure you installed the package "jre" using the command "pacman -S jre" without quotes
     

  3. #3  
    Banned

    Join Date
    Jun 2008
    Age
    27
    Posts
    2,312
    Thanks given
    485
    Thanks received
    231
    Rep Power
    0
    download java

    apt-get java
     

  4. #4  
    Renown Programmer

    Join Date
    Dec 2008
    Posts
    363
    Thanks given
    1
    Thanks received
    28
    Rep Power
    99
    Quote Originally Posted by Maximum ZxZ View Post
    I'm trying to run my RuneScape Private Server on my Linux VPS. I installed JDK and Java on it.

    I typed "cd /home/MyServer" to run it.
    And then, I type "sh run.sh" but it doesn't work. It's saying "Java command not found" and I have installed Java. '



    Can someone help me please ? I'm new to Linux.

    Thanks.
    If Java is installed, it might just not be in your path. Run `locate java` or something to find the Java bin folder, then add that folder to your path with `export PATH=$PATH:/some/dir`. You'll want to put that somewhere where it will be autoloaded as well (most likely ~/.bashrc).
     


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
  •