I need to capture a hprof for a Java app that is running on Citrix.
So the process is on the server but the UI is on the client machine. I can attach to the javaw.exe on the server, using VisualVM, but i am unable to capture a heap dump (gives me an error message) and the 'Profiling' tab is missing from VisualVM.
Anyone know what i need to do to get the hprof from a process which is being virtualuzed over Citrix like this?