yjp.exe doesn't start on AMD64 [YJP 4.5 Build646]

Questions about YourKit Java Profiler
Post Reply
rblasch
Posts: 64
Joined: Mon Jan 10, 2005 7:13 pm

yjp.exe doesn't start on AMD64 [YJP 4.5 Build646]

Post by rblasch »

Finally, I have some time to give yjp a whirl on my AMD64 box.

My main Java installation is as follows.
C:\>java -version
java version "1.5.0_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_04-b05, mixed mode)
When running yjp.exe, I get the following error message box.
Cannot find Java 5.0 to lauch YourKit Java Profiler.
(Profiled applications can run Java 1.3 or later.)

Please install appropriate Java version via Java installer executable
or make javaw accessible from PATH.
javaw should be available.
C:\>javaw.exe -help
Ron
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Post by Anton Katilin »

Hi Ron

Thank you for the report! We'll fix this problem in the next build.

As a workaround, could you please start the profiler manually:

java -Xmx500M -jar yjp.jar

Best regards,
Anton
rblasch
Posts: 64
Joined: Mon Jan 10, 2005 7:13 pm

Post by rblasch »

Thanks, but no sweat. I anticipated this problem, that's why I prepared the yjp.bat (http://forums.yourkit.com/viewtopic.php?t=361). I've also changed the ide-integration settings to use my yjp.bat. :wink:

Ron
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Post by Anton Katilin »

yjp.exe will work correctly on Windows 64 in the next build.
Post Reply