Thread: RSPS client with Ubuntu

Results 1 to 5 of 5
  1. #1 RSPS client with Ubuntu 
    Coding coding coding...

    Ivo's Avatar
    Join Date
    Mar 2008
    Age
    33
    Posts
    1,425
    Thanks given
    30
    Thanks received
    147
    Rep Power
    2017
    Some people seems having problems with loading rsps client on Ubuntu (linux). Since Ubuntu doesnt have .bat, so to run any client you eed to run it threw terminal command.
    Sores line you need to use to load client. To make it easyer, change client name to something easyer like "AAA " or something, and move it to home folder.

    Code:
    Places -> Homefolder
    And then open terminal:

    Code:
     applications -> Accessories -> Terminal
    now you need to cd your client folder from terminal. like if you changed your client name to aaa, then you need to type command in your terminal:

    Code:
    cd aaa
    After that, type command:

    Code:
    java -cp GUI
    Change GUI, to your client main class, like some ppl have it Client, some people has it Frame.class..etc

    Now it should open your client. Same way you can operate with server source. But do not close terminal. It acts like windows console, and if you close it, it closes client.
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Nov 2008
    Age
    29
    Posts
    994
    Thanks given
    1
    Thanks received
    3
    Rep Power
    104
    or go to synaptics -> search eclipse -> download the IDE -> add the client to a project -> debug(test) and you can run it :O
    you using ubuntu..? i need itunes, dont know if it would work with wine =/
    Develop VR games in Unity now
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Nov 2008
    Posts
    2,180
    Thanks given
    148
    Thanks received
    99
    Rep Power
    2004
    Quote Originally Posted by Bomb View Post
    or go back to windows and quit trying to look cool
    Or Stop being a noob and stop thinking that windows is the shit because you think your so 'good' with it, I'm sure you know shit...

    Learn Linux and not flame ass hole

    On the other note, thanks a lot for this.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Pilldom's Avatar
    Join Date
    Sep 2007
    Posts
    1,298
    Thanks given
    24
    Thanks received
    221
    Rep Power
    164
    or you could use java -Xmx1024m EGUI that works to thats what I use.

    I think your version is better though because you can run without compiling.
    Reply With Quote  
     

  5. #5  
    35518
    Guest
    OR you can make a file called WHATEVER.sh and add this to it?

    Code:
    java -cp MAINCLASS
    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

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