0

enter image description here

I want to check Java doc while I'm working on the code, but I don't know how to read it. Please help me.

jizhihaoSAMA
  • 12,336
  • 9
  • 27
  • 49
sarah
  • 1

1 Answers1

0

You must configure whatever tool or IDE you are using to point it to the Javadoc files.

Likely you have a choice of (A) pointing to a URL for access over the internet, and (B) pointing to a folder where you downloaded the Javadoc files to your local computer.

Basil Bourque
  • 303,325
  • 100
  • 852
  • 1,154