No Javadocs in Creator 2

I'm new to java, attempting to learn after many years experience with C++. I've downloaded Sun Creator 2 and it works fine, except the javadocs seem to be mising. How can I get them integrated into Creator?
[215 byte] By [brendenr] at [2007-11-26 6:18:05]
# 1
HI,You tried Tools->Javadoc Index Search and got no error? No code completion inJava editor? What is your OS platform?/krys
3431603 at 2007-7-6 14:00:13 > top of Java-index,Development Tools,Java Tools...
# 2
Actually it works in the editor (code complete i guess). But when I open up Javadoc Index Search...it comes up with 0 results no matter what I type in.And I'm on Windows XP.
brendenr at 2007-7-6 14:00:13 > top of Java-index,Development Tools,Java Tools...
# 3
You need to have an open project... then type into the Index Search getURL, press FIND.. /krys
3431603 at 2007-7-6 14:00:13 > top of Java-index,Development Tools,Java Tools...
# 4
I've created a new project, and this is the result of searching:Screenshot-www.rayoom.com/java/java_ide.jpg
brendenr at 2007-7-6 14:00:13 > top of Java-index,Development Tools,Java Tools...
# 5

I have seen this fail (and I don't know why) but if so will output a dialog with error message...

Javadoc Index Search does work in both the Creator 2 download, as

well as with hotfixes from the Update Center. As a workaround, not a solution,

but perhaps a temporary solution, if you don't mind, simply rename your

current userdir. Exit Creator, then rename C:\documents and settings\<youraccount>\.Creator\2_0 to old2_0, then restart Creator from

the desktop icon. It will recreate a fresh 2_0 userdir. Create a project - and

see if Javadoc Index Search gets restored. If that does not work for you, please give additional details such as type of project--is it a old migrated project from Creator EA? or earlier?

/krys

3431603 at 2007-7-6 14:00:13 > top of Java-index,Development Tools,Java Tools...
# 6
This is simply a new general Java Application, since I am completely new to Java. Perhaps this is the problem...I don't have a Creator\2_0 folder, only a Creator\Projects folder...maybe I should reinstall?
brendenr at 2007-7-6 14:00:13 > top of Java-index,Development Tools,Java Tools...
# 7
Yes, please reinstall. I noticed something was awry when I enlarged your .jpg file.It showed the Creator icon but said Netbeans! (you didn't remove any modules?)It should say Sun Java (TM) Studio Creator 2. Uninstall and then reinstall Creator 2 bits./krys
3431603 at 2007-7-6 14:00:13 > top of Java-index,Development Tools,Java Tools...