java
Java visualvm missing tabs and disabled buttons
I am trying to profile a remote java app using the visualvm. It connects to the app, but i have no Threads or Profile tabs (only overview, monitor and sampler) and the Perform GC, Heap Dump and all buttons from Sampler are disabled. I have read the other posts about problems like this. I am using the same jdk for both the remote app and on my computer (1.6.0_25 on 64bit) and i have delted java.exe from windows/system32 Beside updating the java version, any other recommendations? Thank you
Nevermind, i was using jstad and expecting those features because of a bad tutorial. I switched to JMX and now it's ok.
Related Links
Query exist-db from Java
How would I map an #Entity with a hbm.xml?
Cannot resolve symbol
Am I Instantiating an Object from File, when I want to create an ArrayList from File? Java
Wrong file path used while running web application
Binary writing from Android-Java reading wrong from UE4-C++
Multiple file input, with stdin // Argparse4j, Java
How do I write data values from file to new output file?
Separating out REST API and implementation for Spring web services
Java Runtime Environment Or Other Issue?
Produce a Stream from a Stream and an element, Java 8
Is it a good practice to define Date fields of Persistent entities as Long type, so that we store millis in that field?
How would a dev make a JTable LOOK editable
Java 8 automatically using multicore?
Concurrency guarantees of Weak/Soft/Phantom Reference clearing
Hadoop Pipes Wordcount example: NullPointerException in LocalJobRunner