Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialRamya reddy
Courses Plus Student 1,746 Pointsmy intellisense is not working. How can i get it to work?
Intellisense on eclipse is not working. How can i get it to work? Here is the error I see
"Note: The attached Javadoc could not be retrieved as the specified Javadoc location is either wrong or currently not accessible."
Please let me know how I can fix it.
1 Answer
Gunjeet Hattar
14,483 PointsI see two situations for this error
Fix 1
Go to Eclipse -> Preferences -> Java -> Compiler -> Javadoc -- and make sure the option process javadoc Comments is checked
Fix 2
Download the Android Documentation if you have'nt
Once you start using Android, it overrides the default Java documentation
Hope this helps
Ramya reddy
Courses Plus Student 1,746 PointsRamya reddy
Courses Plus Student 1,746 PointsThanks Gunjeet. The first fix worked.