Annoying Eclipse problem?

Seroiusly, when I write my own Javadoc, I can read it and all and the vairables are called what I named them.

When it comes to the reading Javadoc on Sun’s code it just has that stupid varX B$ and the javadoc only says ‘java.lib.libX’ trash.

Can anyone help me out?
Thanks

You can link the source code of the jdk to the classes.
Only hold Ctrl and click on any jdk-class. Eclipse should try to open the source now, what will fail. Then you can add the sources (src.zip in the jdk folder) as external file.

Then you’re done and all variables are named correctly.

Chances are you have Eclipse configured to use the JRE instead of the JDK.

Change your JRE settings in Eclipse to use the JDK and I think all will be well.

Thanks fellas. Solved the problem.
I owe you my life and limbs. :slight_smile:

Can i have a roasted limb of yours even if i didn’t help you?