2

For some inexplicable reason my NetBeans install 7.4 beta stopped showing the StringBuilder methods in my Java classes. I haven't messed with anything at all it just stopped working.

Any suggestions?

1
  • How to reproduce the problem in your case? I mean, what is your code and where the error apppears. Commented Apr 9, 2014 at 13:13

1 Answer 1

2

Download the documentation from Oracle site if you want the documentation for offline reference.

Go to the menu Tools -> Java Platforms. There you can select the Java version you are using and then click on Add Zip/Folder on javadoc tab and specify the path to the downloaded zip. Or click on Add URLand put `http://docs.oracle.com/javase/7/docs´.

NOTE: links are for Java 7 API.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.