首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Web开发 >

在Eclipse中,如何查看某个类的源代码

2012-03-19 
在Eclipse中,怎么查看某个类的源代码啊import org.apache.struts.actions.DispatchAction也知道它所在包

在Eclipse中,怎么查看某个类的源代码啊
import org.apache.struts.actions.DispatchAction;
也知道它所在包的绝对路径,但它是个JAR文件啊,没办法看源码的:Source not found
The source attachment does not contain the source for the file DispatchAction.class.You can change the source attachment by clicing Change Attached Source bellow:

怎么才可以看到它的源码啊?


[解决办法]
你需要下载struts的源码,然后去找
[解决办法]
我记着是 按住Ctrl 用鼠标点就可以了
[解决办法]
反编译啊
[解决办法]
F3

热点排行