Beim Starten von Netbeans erscheint folgende Fehlermeldung:
Warning - could not install module JPDA Debugger API JPDA Debugger API - This module requires JDKHOME/lib/tools.jar to be accessible. This file was not found. Usually this means you are trying to run the IDE with the JRE instead of the full JDK. If so, please use the --jdkhome command line option to specify a JDK installation.
Netbeans wird dann vermutlich anstatt mit dem SDK mit dem einfacheren JRE gestartet. Dieses enthält den JPDA Debugger nicht. Die Fehlermeldung verschwindet, sobald das SDK installiert wird.
Bei Ubuntu, Debian, ... erfolgt die Installation (als Root) mittels
apt-get install sun-java6-jdk
Bei anderen Betriebsystemen und solchen ohne Quellen für dieses Paket findet sich mit ein Download auf http://java.sun.com.
Discussion
Keine Kommentare zu “Netbeans: Could not install module JDPA Debugger API”
Kommentieren