Thread: 667 RS Client

Results 1 to 4 of 4
  1. #1 667 RS Client 
    Longtime Coder/Dev
    Peepaw's Avatar
    Join Date
    Feb 2014
    Age
    27
    Posts
    80
    Thanks given
    1
    Thanks received
    7
    Rep Power
    73
    My current client is

    Code:
    @echo off
    @title Extinction
    "C:\Program Files (x86)\Java\jdk1.8.0_11\bin\java" -Dfile.encoding=Cp1252 -classpath bin;lib/libs.jar;lib/graphics.jar; Loader
    pause
    I wanted to know if it was possible to make this client universal to all java versions, E.G. someone with 1.7.2 or someone with 1.8.25
    I have to change the code and compile it and send a custom version to each person that wants to play unless they have my java version. How can I fix this.
    Reply With Quote  
     

  2. #2  
    Donator

    Join Date
    Oct 2014
    Posts
    587
    Thanks given
    29
    Thanks received
    76
    Rep Power
    26
    The client doesn't need JDK to run in the first place.. it should use JRE lmao.

    How about you jar your client? Some players dont even know what a .bat file is.

    Also wrong section, should be here:
    http://www.rune-server.org/runescape...2-client/help/
    Reply With Quote  
     

  3. #3  
    Longtime Coder/Dev
    Peepaw's Avatar
    Join Date
    Feb 2014
    Age
    27
    Posts
    80
    Thanks given
    1
    Thanks received
    7
    Rep Power
    73
    Quote Originally Posted by Excision Pk View Post
    The client doesn't need JDK to run in the first place.. it should use JRE lmao.

    How about you jar your client? Some players dont even know what a .bat file is.

    Also wrong section, should be here:
    Help


    Oh I know that I just had it on JDK tbh I didn't even notice tell you said that but does jaring the client make it universal? It's been 2 years since I've made a jarred client so I don't remember.
    Reply With Quote  
     

  4. #4  
    Donator

    Join Date
    Oct 2014
    Posts
    587
    Thanks given
    29
    Thanks received
    76
    Rep Power
    26
    Quote Originally Posted by peepaw View Post
    Oh I know that I just had it on JDK tbh I didn't even notice tell you said that but does jaring the client make it universal? It's been 2 years since I've made a jarred client so I don't remember.
    Yea should be and making one isn't a hard thing to do. There are plenty of tutorials here about it.
    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. Everupdating Rs Client
    By Frugoo Scape in forum RS 503+ Client & Server
    Replies: 20
    Last Post: 08-21-2008, 01:53 AM
  2. Replies: 35
    Last Post: 07-05-2008, 08:38 PM
  3. rs client background
    By Conquest in forum Graphics
    Replies: 7
    Last Post: 07-05-2008, 12:59 AM
  4. Replies: 20
    Last Post: 03-09-2008, 01:40 PM
  5. How do i get the newest RS Client?
    By Mime in forum RS2 Client
    Replies: 2
    Last Post: 01-27-2008, 10:33 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •