Thread: Client Errors and Warnings

Results 1 to 2 of 2
  1. #1 Client Errors and Warnings 
    Registered Member
    Join Date
    Aug 2013
    Posts
    14
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    So most 718-742 clients when compiled have Warnings due to deprecated libraries, I am currently using Jdk 13 to develop... but when compiling my 718 client i get 4 errors relating to sun.awt being not visible..? Is there a way for me to upgrade those methods and imports inside Eclipse to Jdk 13 version? Thanks!
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Jul 2013
    Posts
    119
    Thanks given
    12
    Thanks received
    50
    Rep Power
    83
    Quote Originally Posted by speedypete2 View Post
    So most 718-742 clients when compiled have Warnings due to deprecated libraries, I am currently using Jdk 13 to develop... but when compiling my 718 client i get 4 errors relating to sun.awt being not visible..? Is there a way for me to upgrade those methods and imports inside Eclipse to Jdk 13 version? Thanks!
    The sun package was never designed for client usage. That's why it lacks proper documentation and is no longer accessible in modern releases.

    You'll have to manually add it as a module. There are references online on how to do so, such as this Stack Overflow post. But, as the post suggests, you should look for the intended way to achieve your goal (using the API exposed by the standard library), rather than rely on the sun package.
    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. Client errors and such :)
    By Runescapemaker in forum Help
    Replies: 0
    Last Post: 07-25-2016, 02:22 AM
  2. Replies: 2
    Last Post: 02-19-2014, 04:33 PM
  3. 655 Deob (All errors and Warning fixed)
    By Sonicforce41 in forum Downloads
    Replies: 13
    Last Post: 07-08-2011, 11:50 PM
  4. Replies: 4
    Last Post: 11-29-2009, 03:58 PM
  5. Client Errors And i Hate i?!
    By johny cash in forum Help
    Replies: 3
    Last Post: 08-19-2009, 06:27 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
  •