Thread: how i do client working on jre6?

Results 1 to 7 of 7
  1. #1 how i do client working on jre6? 
    Super Donator

    Batukka's Avatar
    Join Date
    Oct 2011
    Posts
    2,433
    Thanks given
    86
    Thanks received
    342
    Rep Power
    496
    cause alot have still jre6...



    I DON'T MEAN HOW MAKE RUN.BAT WITH JRE6

    i mean how i make so works with jre6 cause says "unsupported" versio while you try run with jre6 so does here have something the way so works with jre6 withnout problems

    and i can't complite with jdk 6 versio cause i have something shitties what doesn't works on jre6 and works only on jre7.
    Reply With Quote  
     

  2. #2  
    GANGNAM STYLE!

    Ohad's Avatar
    Join Date
    Aug 2011
    Posts
    3,179
    Thanks given
    152
    Thanks received
    352
    Rep Power
    1671
    i think this run.bat will work..
    Code:
    @echo off
    Title Client
    start javaW -Xmx500m Gui 30 0 lowmem members 32
    exit
    Reply With Quote  
     

  3. #3  
    Registered Member .java's Avatar
    Join Date
    Nov 2011
    Posts
    255
    Thanks given
    1
    Thanks received
    17
    Rep Power
    34
    if not use this:

    @echo off
    Title Client
    cd ./
    "C:\Program Files\Java\jre6\bin\java.exe" -Xmx500m Gui 30 0 lowmem members 32
    exit

    Enjoy
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Sep 2011
    Posts
    100
    Thanks given
    5
    Thanks received
    5
    Rep Power
    29
    Or just compile it with JDK 1.6.
    Reply With Quote  
     

  5. #5  
    Super Donator

    Batukka's Avatar
    Join Date
    Oct 2011
    Posts
    2,433
    Thanks given
    86
    Thanks received
    342
    Rep Power
    496
    Quote Originally Posted by Legacy166 View Post
    Or just compile it with JDK 1.6.

    i get errors while i complite with jdk6. cause i have something lines what aren't supported in jre6.



    and for others 2. I DON'T MEAN HOW MAKE RUN ON JRE6. i know is only edit run.bat... i'm not stupid like other's.
    Reply With Quote  
     

  6. #6  
    Super Donator
    Haskell Curry's Avatar
    Join Date
    Nov 2009
    Posts
    850
    Thanks given
    602
    Thanks received
    247
    Rep Power
    0
    I think the client throws that error because it might have being previously built (Compiled) with JDK7. To fix the error, just re-compile the client with JDK6 - it should fix the error, I'm not 100% sure though. If you get error(s) compiling the client, then it is probably using a new feature in JRE7, you will probably have to find out what it is using and remove the implementation of it. After that (If it compiled without error(s)), run the client using JRE6 and it should load. xD
    Reply With Quote  
     

  7. #7  
    Extreme Donator

    woof woof bish's Avatar
    Join Date
    May 2011
    Age
    26
    Posts
    2,444
    Thanks given
    2,212
    Thanks received
    1,019
    Rep Power
    5000
    Hmm send me your client I compile it and make jre6 runs and then ill send you back ?
    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. Working 613/614 Client Loads Cache In Client
    By AceKingSuited in forum Downloads
    Replies: 82
    Last Post: 02-02-2014, 05:46 PM
  2. Replies: 9
    Last Post: 09-12-2012, 10:00 PM
  3. Need a JRE6 compiler for dragonkk's client
    By youtube2 in forum Help
    Replies: 6
    Last Post: 12-08-2011, 01:09 AM
  4. Replies: 10
    Last Post: 02-03-2011, 12:32 AM
  5. jre6 deleted how i get back?
    By tomthebomb80 in forum Help
    Replies: 3
    Last Post: 01-16-2009, 10:39 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
  •