Profiling JNLP

Questions about YourKit Java Profiler
Post Reply
Asheesh
Posts: 3
Joined: Mon Aug 18, 2014 12:54 pm

Profiling JNLP

Post by Asheesh »

I would like to profile a JNLP Application. Documentation refers to setting up JAVAWS_VM_ARGS.

Made following entry in the JNLP
<property name="JAVAWS_VM_ARGS" value="-agentpath:C:\softwares\yjp\bin\win64\yjpagent.dll"/>

However I do not see this in the Visual VM application configuration. In the process of using both YJP and Visual VM

Looks the above entry has no impact.

Could you please advise how to setup this property for JNLP.
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Profiling JNLP

Post by Anton Katilin »

JAVAWS_VM_ARGS is an environment variable.
Please google for "how to set environment variable".
Post Reply