How to attach missing java JDK sources in Netbeans 7

前端 未结 1 1395
-上瘾入骨i
-上瘾入骨i 2020-12-16 21:23

When I try to navigate in NetBeans to some JDK source code it only shows that it\'s compiled code and the source code is missing and I can attach it. After attaching the sou

相关标签:
1条回答
  • 2020-12-16 21:49

    Tools->JavaPlatforms->JSE{choose your jdk}->source tab->Add jar/folder {chose src.zip from installed JDK path.}

    0 讨论(0)
提交回复
热议问题