代码改变世界

随笔分类 -  myeclipse

Initializing Java Tooling".assertion failed: Path for IClasspathEntry must be absolute

2012-08-13 17:35 by java环境变量, 838 阅读, 收藏,
摘要: myeclipse软件出现错误An error has occurred.See error log for more details. Reason: com/genuitec/eclipse/j2eedt/core/J2EEProjectUtilEclipse:Could not create the view: Plug-in org.eclipse.jdt.ui was unable to load class org.eclipse.j错误信息:An internal error occurred during: "Initializing Java Tooling&quo 阅读全文

myeclipse 如何调试 如何下断点 下断点取消断点的快捷键

2012-06-29 14:23 by java环境变量, 1310 阅读, 收藏,
摘要: MyEclipse中有如下一些和运行调试相关的快捷键。 1. 【Ctrl+Shift+B】:在当前行设置断点或取消设置的断点。2. 【F11】:调试最后一次执行的程序。 3. 【Ctrl+F11】:运行最后一次执行的程序。 4. 【F5】:跟踪到方法中,当程序执行到某方法时,可以按【F5】键跟踪到方法中。 5. 【F6】:单步执行程序。6. 【F7】:执行完方法,返回到调用此方法的后一条语句。 7. 【F8】:继续执行,到下一个断点或程序结束。***详细描述首先以debug模式启动tomcat,并文件中设断点,然后运行,当程序走到断点处就会转到debug视图下[1]快捷键(F8)直接执行程序。 阅读全文

myeclipse常见错误集锦 及解决方案

2012-06-29 14:16 by java环境变量, 27059 阅读, 收藏,
摘要: 1 An internal error occurred during: "Add Deployment".Container with path org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0_20 could not be found in project2 奇怪异常重启 打开 关闭,检测配置文件 检测struts.xml web.xml3DescriptionResourcePathLocationTyp 阅读全文