Strange error with nvvp

Dear CUDA users,
I am new with the cuda stuffs. During this days I have test and installed the cuda toolkits in my Ubuntu 18.00 easily. The nvcc compiler works without problem, and also the nvprof, but when I try to launch th nvvp I get this error-message.
“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”
JVM terminated. Exit code=1
/usr/lib/cuda-9.2/libnvvp//…/jre/bin/java
-jar /usr/lib/cuda-9.2/libnvvp//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
-os linux
-ws gtk
-arch x86_64
-showsplash
-launcher /usr/lib/cuda-9.2/libnvvp/nvvp
-name Nvvp
–launcher.library /usr/lib/cuda-9.2/libnvvp//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326/eclipse_1605.so
-startup /usr/lib/cuda-9.2/libnvvp//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
–launcher.overrideVmargs
-exitdata b9002e
-data @noDefault
-vm /usr/lib/cuda-9.2/libnvvp//…/jre/bin/java
-vmargs
-jar /usr/lib/cuda-9.2/libnvvp//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”
Can anyone help me ? Thanks in advance

Miguel

Did you install oracle-java on your platform?
Can you install JRE/SDK and try it once again?