-1

I want to get java classes source code in netbeans . For example linkedlist How i can get source code of this class just using a software that you can use it for coding and run java codes like netbeans

Arash Younesi
  • 1,671
  • 1
  • 14
  • 23

1 Answers1

2

Just give the path of JDK in build path instead of JRE, it will show you source code when open any JDK class.

jeet427
  • 538
  • 3
  • 16