Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

Question WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance

Joined
Feb 14, 2024
Messages
8
New dev here. Is this normal? Or a problem? It happens when launching up a fresh install from the tutorial here. Thanks!

Tutorial - Setting up IntelliJ 2023/2024

Code:
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
Feb 25, 2024 9:12:33 AM com.sun.javafx.application.PlatformImpl startup
WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @6a192cfe'
09:12:33 [TRACE] [            RuneMate] Initializing JavaFX Platform
09:12:34 [INFO ] [            RuneMate] Deleted 0 files over a week old
09:12:34 [DEBUG] [            RuneMate] RuneMate Version: 3.14.15
09:12:34 [DEBUG] [            RuneMate] Operating System: Windows 10 amd64
09:12:34 [INFO ] [            RuneMate] JAVA ENVIRONMENT:
09:12:34 [DEBUG] [            RuneMate]     Home: C:\Users\kek\.jdks\jbr-17.0.9
09:12:34 [DEBUG] [            RuneMate]     Version: 17.0.9 x64 (JetBrains s.r.o.)
09:12:34 [DEBUG] [            RuneMate]     Max. Heap: 16352MB
09:12:35 [TRACE] [            RuneMate] Identified manifest and main class of Agility
09:12:35 [INFO ] [            RuneMate] Detected 1 manifests and 1 unique content roots
09:12:35 [INFO ] [            RuneMate] Detected 1 classes and 1 resources
09:12:36 [DEBUG] [            RuneMate] Required x86 JDK resource exists - skipping download.
09:12:36 [INFO ] [            RuneMate] Detected 1 manifests and 1 unique content roots
09:12:36 [INFO ] [            RuneMate] Detected 1 classes and 1 resources
09:12:36 [INFO ] [            RuneMate] Successfully downloaded missing resources
09:12:36 [INFO ] [            RuneMate] State of runelite_patch_state is 1
09:12:36 [DEBUG] [            RuneMate] RuneLite launcher has already been patched
 
Top