Netbeans 6.9.1 - Keine Javadoc

Daniiel

Daniiel

Aktives Mitglied
Thread Starter
Dabei seit
25.09.2006
Beiträge
524
Reaktionspunkte
13
Javadoc not found. Either Javadoc documentation for this item does not exist or you have not added specified Javadoc in the Java Platform Manager or the Library Manager.

Hat jemand eine Idee wie ich die Javadoc wiederbekomme?

lg
 
würde mich auch interessieren!
 
Schluck!

-MacUser hat wohl Schluckauf! Bitte diesen Post löschen! Danke -
 

Anhänge

  • Bildschirmfoto 2010-12-12 um 15.25.52.png
    Bildschirmfoto 2010-12-12 um 15.25.52.png
    50,8 KB · Aufrufe: 92
Zuletzt bearbeitet:
So, ich habe eine Lösung gefunden.
Hier findet sich eine Diskussion im Apple-Forum. Der Post von Dadaborg hat bei mir die Lösung gebracht:

It took me a while but I solved it like this:

In NetBeans, open the Java Platform Manager (Tools -> Java Platforms).
Click the Add Platform... button in the lower left corner.
Select Java Standard Edition (selected by default).
In the File field, enter: /Library/Java/JavaVirtualMachines/1.6.0_22-b04-307.jdk/Contents/Home
Click Next >
The Platform Sources field should say: /Library/Java/JavaVirtualMachines/1.6.0_22-b04-307.jdk/Contents/Home/src.jar
If the Platform Javadoc field is empty, browse to or enter: /Library/Java/JavaVirtualMachines/1.6.0_22-b04-307.jdk/Contents/Home/docs.jar
Click Finish

Exit NetBeans.

Open: /Applications/NetBeans/NetBeans 6.8.app/Contents/Resources/NetBeans/etc/netbeans.conf (e.g. in TextEdit)
Beneath the line that says: #netbeans_jdkhome="/path/to/jdk"
Enter: netbeans_jdkhome="/Library/Java/JavaVirtualMachines/1.6.0_22-b04-307.jdk/Contents/Home"

Overriding the default location in the netbeans.conf file may be enough such that you don't need to add the platform in the Netbeans Java Platform Manager.
 
Hallo!

Leider schaff ich es noch immer nicht :(

Erstes Problem ist, dass ich unter /Library/Java/JavaVirtualMachines/ kein 1.6.0_22-b04-307.jdk habe sindern nur ein 1.6.0.jdk. Muss ich das irgendwie noch updaten?

Bessere ich den Pfad in der Config Datei auf
netbeans_jdkhome="/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home" aus, starten Netbeans nicht mehr.

lg

Edit:
java -version sagt:
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04-307-10M3261)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03-307, mixed mode)
 
Zurück
Oben Unten