我正在使用Eclipse Juno for RCP和RAP Developers。
关注vogella.com,我可以导入插件和片段以跟踪到eclipse jdt源代码。但是,我无法在org.eclipse.jdt.code
中获得该方法的来源。
我发现没有jar文件包含org.eclipse.jdt.core
的源jar文件。
与一些具有源jar文件的jar文件相比。
答案 0 :(得分:0)
prunge的回答帮助我找到了解决问题的方法。
我首先使用Vogella's Eclipse Source Code - Tutorial中的方法将org.eclipse.jdt.core导入项目,然后Eli Acherkan's method安装Eclipse SDK。只有在我从项目中卸载eclipse源代码之后,我才能在eclipse源代码库中找到方法/类。