Netbeans 3.6

ptarh

Active Member
Bonjour,

habe mir vor kurzem Netbeans 3.6 gezogen und installiert, so weit, so gut. Nur kann ich das Teil nicht starten. Mit jdk1.3.1 geht das gute Stück offenbar nicht. (Ich habe es natürlich mit -jdkhome bei allem was ich an jdk habe ausprobiert.) "ok", sagte ich mir, und habe jdk1.4 gezogen. Dumm nur, dass dieses bei der Installation abschmiert mit

Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location
^
2 errors
gmake[4]: *** [.compile.classlist] Error 1
gmake[4]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java/java'
gmake[3]: *** [optimized] Error 2
gmake[3]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java/java'
gmake[2]: *** [all] Error 1
gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java'
gmake[1]: *** [all] Error 1
gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make'
gmake: *** [j2se-build] Error 2
*** Error code 2

Stop in /usr/ports/java/jdk14.

Die Fehlermeldung Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location bekomme ich auch, wenn ich Netbeans zu starten versuche.
Was das bedeuten sollte, weiss ich nicht. Google brachte keine Erleichterung, es gibt zwar Leute mit dem Problem, aber keine Lösungen. Es ist zwar nicht so, dass ich jetzt ohne IDE sitze, Eclipse ist an Bord, aber es wäre schon interessant zu sehen, was es in 3.6 neues gibt.

Zur Information: Das System ist FreeBSD 5.2.1

Von den Java-Sachen sind folgende installiert:
linux-sun-jdk-1.4.2.04
javavmwrapper-1.5
jdk-1.3.1p9_4
diablo-jdk-1.3.1.0_1

MfG.
ptarh
 
Zuletzt bearbeitet:
Für alle, die ein ähnliches Problem haben, oder haben werden, hier ist das workaround:

Workaround:
Robert Corsaro posted the following workaround (subject
//usr/ports/java/jdk14 on 25 March):
> I had the same problem and found the offensive file
>
(/usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/Currency
Data.java)
> and deleted the first line, which was :
> Java HotSpot(TM) Client VM warning: Can't detect initial thread stack

This seems to work also with my installation. The compilation continued
successfully afterwards.
I didn't test, if the class CurrencyData is now working correctly.
 
Zurück
Oben