How to set source / javadoc for Eclipse PDE?

I installed the plugin development environment on my Eclipse 3.8 through the site http://download.eclipse.org/releases/juno . Now in the PDE projects under the "Plugin Dependencies" tree, I see that all PDE JARs are connected to the same JAR. However, JARs do not contain any sources - only class files.

Because of this, I do not see Javadoc for PDE / JFace classes and get ugly arg0, arg1, etc. for automatically generated code.

Where and how can I get sources or Javadoc for PDE / JFace?

+5
source share
2 answers

Firstly, I tried to reproduce your problem.

  • Eclipse Platform Runtime Binary
  • → , Javadocs

:

  • " Eclipse" ( Juno!)
  • " Eclipse RCP"

Javadocs "Hello World". Eclipse 10 116 .

+9

tobias_k,

, , IFolder javadoc :

  • Eclipse Platform SDK
  • PDE/API. Envirnement

Eclipse. , -!

+3

All Articles