Java Development at Nvidia Eclipse-Nsight

I just installed the Cuda toolkit 5.0 for Linux and am wondering if it's possible to do Java development in Nsight. I have a Cuda project with a Java interface, and that will make it easier to manage.

In the end, Nsight is based on Eclipse, and it hardly makes sense to store two almost identical IDEs.

+3
source share
1 answer

Here's how you can install Eclipse Java Developer Tools on Nsight:

  • Go to "Help-> Install New Software ..."
  • Install "http://download.eclipse.org/releases/indigo/" in the "Work with" input field. This is the Eclipse.org update site, which hosts open source Eclipse plugins.
  • " " / " Java Eclipse".
  • . JDT ( , ).
  • IDE.

Java Eclipse.

+3

All Articles