VisualVM: Difference between revisions

371 bytes added ,  10 months ago
→‎Installing VisualVM: adding some basic intro information for us non-technical folks.
m (Added this page to the Dev category)
(→‎Installing VisualVM: adding some basic intro information for us non-technical folks.)
Line 1:
VisualVM is a diagnostic tool for troubleshooting java, the underlying platform that Minecraft and modpacks run on. As the name implies, it provides graphical feedback on current load, CPU usage, garbage collection and memory usage, and much more. [https://visualvm.github.io/features.html List of VisualVM Features].
==Installing VisualVM==
 
==Installing VisualVM==
There is a good chance you don't have it installed by default unless you are also a java developer. Find instructions here: https://visualvm.github.io/download.html. Also install a JDK (Java Development Kit) variant of your java distribution. Note that OpenJDK is a brand. It also has a JRE (Java Runtime Environment) distribution.
 
== Connecting VisualVM to java==
4,389

edits