How to view the source code of wizardDialog in Ecl

2019-08-19 03:44发布

I press Ctrl+Shift+T in Eclipse and try to view the source code of WizardDialog class, but error happens: Source not found, the JAR of this class file belongs to container 'External Plug-ins' which does not allow modifications to source attachments on its entries...

Where can I get the source code? Any URL to download it?

Thank you!

标签: plugins
1条回答
劳资没心,怎么记你
2楼-- · 2019-08-19 04:36

Generally has two solutions:

  1. create a folder named sources under the same directory with the jar file, and put the source code into that folder. Then restart the eclipse.

  2. Add the jar file into the classpath, then the attachment of the source code will be allowed.

查看更多
登录 后发表回答