NSight Eclipse won't launch, Ubuntu 18.04

Hi ggmartins,
I’ve noticed that your OpenJDK version maybe 11,
here:

java.version=11.0.6

I finally solved my problem by installing OpenJDK-8,which is

sudo apt install openjdk-8-jdk

And launch it with

nsight -vm /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java

To fix this problem, this link below will teach you how to set your JVM to version 8, and you don’t need to type the command each time.

https://devtalk.nvidia.com/default/topic/1041766/jetson-agx-xavier/nsight-not-working-with-me/

However I’m still not sure if Night will launch on OpenJDK-11.If you managed to do so, be sure to let me know. :)