Thread: Unsupported Java Warning Matrix 718

Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1 Unsupported Java Warning Matrix 718 
    Registered Member
    Join Date
    Jun 2019
    Posts
    16
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    When I start my packaged runnable .jar client it gives me the following message before logging in: Unsupported Java Warning.
    I've searched the forum ofcourse and I've came across the following thread: https://www.rune-server.ee/runescape...-versions.html.

    image: https://imgur.com/a/mhgdJFF

    But I can't find any of the strings that are given or open the commandprompt and even go to interface 405.

    I've searched my entire Eclipse workspace for every string that's given!

    I don't know what to do anymore...


    Azdoxas
     

  2. #2  
    Registered Member
    Join Date
    May 2012
    Posts
    989
    Thanks given
    19
    Thanks received
    28
    Rep Power
    0
    there was a tutorial on how to fix this you probably updated to the newest java i would recommend java 8 update 212 for the time being till you can fix it.
    Attached image
     

  3. #3  
    Registered Member
    Join Date
    Jun 2019
    Posts
    16
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by oblivion742 View Post
    there was a tutorial on how to fix this you probably updated to the newest java i would recommend java 8 update 212 for the time being till you can fix it.
    I've tried the version you said but then it still gives me that message. I also deleted my newest java, but still no succes...

    I really want to do it the good way!
     

  4. #4  
    Unsupported Java Warning Matrix 718



    Scu11's Avatar
    Join Date
    Aug 2007
    Age
    30
    Posts
    16,307
    Thanks given
    7,215
    Thanks received
    12,308
    Rep Power
    5000
    Quote Originally Posted by Azdoxas View Post
    But I can't find any of the strings that are given or open the commandprompt and even go to interface 405.
    they're compiled into clientscripts (cs2), they won't be in the client itself but rather the cache


    I don't know what to do anymore...
    my thread literally tells you what to do:

    Quote Originally Posted by Scu11 View Post
    The Solution

    Although I'm not going to write and paste a solution here, it should be fairly straight forward to fix whilst keeping existing behaviour. Before each of these for loops, simply check if the Java version starts with "1.", and if so use the offset index (i.e. the index required to ignore the "1."), otherwise start at index 0.
    Last edited by Scu11; 06-22-2019 at 02:15 PM.

    Attached image
     

  5. #5  
    Registered Member
    Join Date
    Jun 2019
    Posts
    16
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    they're compiled into clientscripts (cs2), they won't be in the client itself but rather the cache
    I've searched in my entire directory for cs2 files or how to edit the cache with a text editor. Probably I'm not that smart to understand what of those two things I need to do.

    I'm a real noob if it comes to clientscripts, where to find them and what they are. I found a guide on google but that makes it even more complicated .

    Thanks for the quick replies!

    !!! and on the time writing this I've found clientscript.java, but I'm still in search for the java release strings...
     

  6. #6  
    Renown Programmer
    Greg's Avatar
    Join Date
    Jun 2010
    Posts
    1,179
    Thanks given
    260
    Thanks received
    1,012
    Rep Power
    2003
    Attached imageAttached image
     

  7. Thankful users:


  8. #7  
    Registered Member
    Join Date
    Jun 2019
    Posts
    16
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    I've searched for that line of code in the whole client, it's unfindable.

    Here is my sub39.java

    https://bitbucket.org/snippets/gijsvankempen98/yAjxMb

    I've turned my entire code upside down...
     

  9. #8  
    Renown Programmer
    Greg's Avatar
    Join Date
    Jun 2010
    Posts
    1,179
    Thanks given
    260
    Thanks received
    1,012
    Rep Power
    2003
    Yeah different refactoring, look at the whole method https://bitbucket.org/GregHib/hestia...java#lines-181

    And search for the strings in your client, aka "win", "mac", "linux", "sun", "microsoft", "apple" etc...

    It'll lead you to the same code where you can find out what the equivalent is called in your client
    Attached imageAttached image
     

  10. #9  
    Unsupported Java Warning Matrix 718



    Scu11's Avatar
    Join Date
    Aug 2007
    Age
    30
    Posts
    16,307
    Thanks given
    7,215
    Thanks received
    12,308
    Rep Power
    5000
    Quote Originally Posted by Azdoxas View Post
    I've searched in my entire directory for cs2 files or how to edit the cache with a text editor. Probably I'm not that smart to understand what of those two things I need to do.
    you can't edit the cache with a text editor, and you don't need to.

    'm a real noob if it comes to clientscripts, where to find them and what they are. I found a guide on google but that makes it even more complicated .
    you don't need to edit them

    !!! and on the time writing this I've found clientscript.java, but I'm still in search for the java release strings...
    read the post properly

    Attached image
     

  11. #10  
    Registered Member
    Join Date
    Jun 2019
    Posts
    16
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    I'm beginning to find some things. They used integers:

    https://bitbucket.org/snippets/gijsvankempen98/5AjzdE

    I've found the integers I needed to change, but im not that kind of a pro (I'm more of a noob that's trying really hard to understand that I know which valuable I need to change into something.

    https://bitbucket.org/snippets/gijsvankempen98/kA4b88

    The java vendor and sub sub version are making me clueless too.
     

Page 1 of 2 12 LastLast

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. [718] Adding OSRS Animations to Matrix 718
    By efinmeechum in forum Help
    Replies: 11
    Last Post: 03-07-2019, 03:14 AM
  2. [718] Unsupported Java Version
    By Glabay in forum Snippets
    Replies: 1
    Last Post: 09-09-2018, 09:01 AM
  3. Replies: 2
    Last Post: 07-05-2014, 08:02 PM
  4. Matrix 718 Client [All Warnings Resolved]
    By OG KingFox in forum Downloads
    Replies: 27
    Last Post: 04-25-2013, 01:46 AM
  5. Replies: 6
    Last Post: 01-13-2013, 05:21 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
  •