Search code examples
javaeclipsecudansight

Java development in Nvidia Eclipse-Nsight


I've just installed Cuda toolkit 5.0 for Linux and am wondering whether it is possible to do Java development in Nsight. I have a Cuda project with Java frontend and this would make managing it a lot easier.

After all Nsight is based on Eclipse, and it hardly makes sense keeping two almost identical IDEs.


Solution

  • This is how you can install Eclipse Java Developer Tools in Nsight:

    1. Go "Help->Install new software..."
    2. Set "http://download.eclipse.org/releases/indigo/" into "Work with" entry field. This is Eclipse.org update site that hosts open-source Eclipse plugins.
    3. Check "Programming Languages"/"Eclipse Java Development Tools"
    4. Complete the wizard. Wait for JDT installation to finish (may take awhile to finish, depending on your connection and state of mirrors).
    5. Restart the IDE.

    You can now use all Eclipse Java Development features.