I am trying to use the sample profiler dll found on sun's site. When I
try to run java with the profiler I get the following error:
Unrecognized option: -Xmyprofiler
Could not create the Java virtual machine.
my command line is:
java -Xmyprofiler ClassToBeProfiled
where ClassToBeProfiled is the class I am trying to profile.
I would appreciate any help with this.
cheers
KArol M. - 26 Jan 2005 13:36 GMT
> my command line is:
>
> java -Xmyprofiler ClassToBeProfiled
try -Xrunmyprofiler
HArolD - 26 Jan 2005 13:52 GMT
> my command line is:
>
> java -Xmyprofiler ClassToBeProfiled
try -Xrunmyprofiler
coltrane - 28 Jan 2005 18:35 GMT
coltrane - 28 Jan 2005 18:35 GMT