Java equivalent to MSDN API reference (local application)? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
开发者_StackOverflowClosed 4 years ago.
Improve this questionI have a copy of the Java documentation. It takes me forever to find what I'm looking for, I can't search, and the layout is terrible.
Is there an MSDN equivalent to an API reference for Java, that will run in an application that provides a searchable index and categories?
Thanks
Sure, if you're are using windows or a chm viewer on linux or something else, at this site: http://www.allimant.org/javadoc/index.php you can find the complete api reference in an unique file (indexing and searching capabilities are also available)
If you use NetBeans, you can do a full text search in the Javacocs API (Shift-F1), right from within the editor (e.g. the selected word)
精彩评论