Thread: Client Error... Help please!!

Results 1 to 7 of 7
  1. #1 Client Error... Help please!! 
    Registered Member Transcending's Avatar
    Join Date
    Apr 2015
    Posts
    61
    Thanks given
    18
    Thanks received
    2
    Discord
    View profile
    Rep Power
    11
    Code:
    WARNING: An illegal reflective access operation has occurred
    WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/C:/Users/Ian-PC/Desktop/Transcending/Transcendence%20Client/lib/xstream-1.3.1.jar) to field java.util.Properties.defaults
    WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields
    WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
    WARNING: All illegal access operations will be denied in a future release
    Reply With Quote  
     

  2. #2  
    Registered Member
    hc747's Avatar
    Join Date
    Dec 2013
    Age
    23
    Posts
    1,448
    Thanks given
    3,135
    Thanks received
    672
    Discord
    View profile
    Rep Power
    1029
    Not an error; some reflective access was deprecated in JDK 9. You're using functionality that won't be available in future releases.
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  3. #3  
    Registered Member Transcending's Avatar
    Join Date
    Apr 2015
    Posts
    61
    Thanks given
    18
    Thanks received
    2
    Discord
    View profile
    Rep Power
    11
    Quote Originally Posted by hc747 View Post
    Not an error; some reflective access was deprecated in JDK 9. You're using functionality that won't be available in future releases.
    Okay, thanks! if i create a jar file to run my server will this warning effect anything?
    Reply With Quote  
     

  4. #4  
    Registered Member
    hc747's Avatar
    Join Date
    Dec 2013
    Age
    23
    Posts
    1,448
    Thanks given
    3,135
    Thanks received
    672
    Discord
    View profile
    Rep Power
    1029
    Quote Originally Posted by Transcending View Post
    Okay, thanks! if i create a jar file to run my server will this warning effect anything?
    For the time being, no. You could compile your JAR file with Java 8. Might depend on which JRE the end user has installed.
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  5. #5  
    Registered Member Transcending's Avatar
    Join Date
    Apr 2015
    Posts
    61
    Thanks given
    18
    Thanks received
    2
    Discord
    View profile
    Rep Power
    11
    Quote Originally Posted by hc747 View Post
    For the time being, no. You could compile your JAR file with Java 8. Might depend on which JRE the end user has installed.
    So if I compiled it and created the jar file with java 14, could someone with java 8 run it? My friends getting this error when he tries to run my .jar [Only registered and activated users can see links. ]
    Reply With Quote  
     

  6. #6  
    Registered Member
    hc747's Avatar
    Join Date
    Dec 2013
    Age
    23
    Posts
    1,448
    Thanks given
    3,135
    Thanks received
    672
    Discord
    View profile
    Rep Power
    1029
    Quote Originally Posted by Transcending View Post
    So if I compiled it and created the jar file with java 14, could someone with java 8 run it? My friends getting this error when he tries to run my .jar [Only registered and activated users can see links. ]
    Compile it with Java 8. Advise your players to use Java 8.
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  7. Thankful user:


  8. #7  
    Registered Member Transcending's Avatar
    Join Date
    Apr 2015
    Posts
    61
    Thanks given
    18
    Thanks received
    2
    Discord
    View profile
    Rep Power
    11
    Okay, thanks for your help man
    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. Replies: 2
    Last Post: 03-27-2016, 06:19 PM
  2. Replies: 2
    Last Post: 03-27-2016, 06:17 PM
  3. 317 Client Error Help Please
    By tommy1234 in forum Help
    Replies: 1
    Last Post: 11-13-2010, 05:58 AM
  4. [pi] client error help please
    By reborn-gt in forum Help
    Replies: 0
    Last Post: 10-01-2010, 09:13 PM
  5. Client error help please :)
    By junior rider in forum Help
    Replies: 2
    Last Post: 03-14-2009, 05:59 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
  •