Can not run nvvp java exit code=13

When I tried to use nvvp ı got an error "java was started but returned exit code=13 "

I googled this problem but all solutions talking about eclipse and I installed eclipse to my computer I applied that solution and also it didn’t work…
screen shot :https://imageshack.com/i/pnABU2B7j

Hi,

Can you please check the java version installed on your system? You can run command

java -version
java version “1.8.0_77”
Java™ SE Runtime Environment (build 1.8.0_77-b03)
Java HotSpot™ Client VM (build 25.77-b03, mixed mode)

Please note that if JRE 1.8 is not in the default path then you need to launch Visual Profiler with -vm option as below

nvvp -vm “C:\Program Files\Java\jdk1.8.0_77\jre\bin\java”

For more information please check
https://docs.nvidia.com/cuda/profiler-users-guide/index.html#visual

Had the same problem (on Windows 10). It turned out that I was trying to use 32-bit Java, while nvvp requires 64-bit Java. After installing 64-bit JRE, and providing the path to it with

nvvp -vm "C:\Program Files\Java\jre1.8.0_291\bin\java"

Visual Profiler started without problems.

which version of cuda tool kit?