Im trying to learn Java, in the tutorial it asks me to right click the word System and then click Show JDK help in the following code:
Quote
class Displayer {
public static void main(String args[]) {
System.out.println("You'll love Java!");
}
}
public static void main(String args[]) {
System.out.println("You'll love Java!");
}
}
But it appears in gray (cannot select)

Ive downloaded the documentation 1.6 and 1.7 too (one 1.7 didnt work and so i downloaded the 1.6), i paste it in C:\Program Files\java\jdk1.7 (my windows is in spanish)

Ive already done the next steps on JCreator:
Configure-->Options-->JDK Profiles-->JDK version 1.7 and edit-->Documentation-->Add... there i selected the folder Docs on jdk1.7 and clicked OK
Thats all i think, please can help me enabling this feature, so i can learn this language.
Thanks











