Adblock breaks this site

Hey all i need to make a client go onto a webclient

Discussion in 'Programming General' started by Ronald Coleman, Aug 1, 2009.

  1. Ronald Coleman

    Ronald Coleman Forum Addict
    Banned

    Joined:
    May 3, 2009
    Posts:
    438
    Referrals:
    0
    Sythe Gold:
    0
    Hey all i need to make a client go onto a webclient

    ok, there is this new runescape private server named oniscape and you need to download it to play it, well the main owner of the server asked me if i can find a way to put it onto a webpage so people can play it like they do with the actuall runescape, without downloading it

    Any help? i know i must change the .bat file to a .jar file and embed it, thats about it.... =|:confused:>_<
     
  2. deathbal sam

    deathbal sam Apprentice
    Banned

    Joined:
    Sep 25, 2008
    Posts:
    754
    Referrals:
    0
    Sythe Gold:
    0
    Hey all i need to make a client go onto a webclient

    What kind of server is it 317,508,525?
     
  3. Jimmy

    Jimmy Ghost
    Retired Sectional Moderator $5 USD Donor

    Joined:
    Jun 24, 2008
    Posts:
    2,421
    Referrals:
    10
    Sythe Gold:
    25
    Hey all i need to make a client go onto a webclient

    "i know i must change the .bat file to a .jar file and embed it, thats about it...."
    LOLOLOL.


    Compile it. Jar it. Embed it. Done.

    1. Compiler everything. If you don't know how to do this, you really shouldn't be doing anything programming-related.
    2. Jar it. Pack all of the classes into a jarfile. You can do this via the command-line jar.exe, or using a tool with a nice, user-friendly gui such as JARMaker (get JARMaker here: http://download.cnet.com/JAR-Maker/3000-2213_4-10588876.html?tag=mncol).
    3. Embed it. Point to the jarfile as the archive, load the applet class as the code (Probably the client class, unless things were renamed in a strange manner), and feed the applet whatever params it needs. More about how to do this: http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/using_tags.html

    NOTE: If you need the cache to run your client (Signed- almost all clients do this), then you'll need a cache downloader, and you'll need to sign your applet so it'll have the proper permissions to access files, etc. Then you'll need to create a cache downloader (or just rip one from MITB [I know that's what you're gonna do]).
     
  4. Ronald Coleman

    Ronald Coleman Forum Addict
    Banned

    Joined:
    May 3, 2009
    Posts:
    438
    Referrals:
    0
    Sythe Gold:
    0
    Hey all i need to make a client go onto a webclient

    Ok, i am in way over my head and i haven't a clue what im doing, this is the first time i have done anything near this...

    Could somebody please explain how to compile?
     
  5. Jimmy

    Jimmy Ghost
    Retired Sectional Moderator $5 USD Donor

    Joined:
    Jun 24, 2008
    Posts:
    2,421
    Referrals:
    10
    Sythe Gold:
    25
    Hey all i need to make a client go onto a webclient

    If you can't compiler your source files into bytecode, then you REALLY should be learning Java, rather then attempting to create a client for your private server.
     
  6. deathbal sam

    deathbal sam Apprentice
    Banned

    Joined:
    Sep 25, 2008
    Posts:
    754
    Referrals:
    0
    Sythe Gold:
    0
    Hey all i need to make a client go onto a webclient

    Yeah lol you need to be able to compile it.
     
  7. Soulx

    Soulx Newcomer

    Joined:
    Aug 4, 2009
    Posts:
    8
    Referrals:
    0
    Sythe Gold:
    0
    Hey all i need to make a client go onto a webclient

    Lol, freewebs runescape private server with
    runescape client downloads on = website offline soon
    runescape client on the website = instant offline

    =D
     
  8. pwn3r 70

    pwn3r 70 Active Member

    Joined:
    Feb 25, 2008
    Posts:
    181
    Referrals:
    1
    Sythe Gold:
    1
    Hey all i need to make a client go onto a webclient

    its not that hard to make a webclient >.< i just made one for a server called seasonscape xD
     
< Javaw not recongnized? | Combo Box >


 
 
Adblock breaks this site