Menu

Fixing Nsight Eclipse launch error on Ubuntu 18.04 LTS for Jetson Xavier

In order to get Nsight Eclipse launched without any errors there are two things that need to happen:

  1. Make sure the java-1_8_0-openjdk package is installed on your system
    1. https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-on-ubuntu-18-04
  2. Launch nsight with the following command:
    1. nsight -vm /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java

 

Here are a couple sites that helped me to get Nsight Eclipse Edition launched on the Ubuntu 18.04 LTS host machine for Jetson Xavier:

https://docs.nvidia.com/cuda/nsight-eclipse-edition-getting-started-guide/index.html#running-nsight

https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-on-ubuntu-18-04

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

 

DISCLAIMER: Use at your own risk! This code and/or instructions are for teaching purposes only. CUDA Education does not guarantee the accuracy of this code in any way. The code and instructions on this site may cause hardware damage and/or instability in your system. This code and/or instructions should not be used in a production or commercial environment. Any liabilities or loss resulting from the use of this code and/or instructions, in whole or in part, will not be the responsibility of CUDA Education. All rights reserved. This code is the property of CUDA Education. Please contact CUDA Education at cudaeducation@gmail.com if you would like to use this code in any way, shape or form.

 

Next: Install & Run DeepStream SDK on Jetson Xavier | Run Nsight Graphics on host machine (Ubuntu 18.04 LTS) for Jetson Xavier