今天电脑死机了2次,重启电脑开eclipse后,发现项目环境坏了.百度后得到的答案是删除.metadata目录.但觉得麻烦,后在stackoverflow发现最佳的方式是 把 .metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat 这个文件删除,重启后发现项目正常了! 引用: http://stackoverflow.com/questions/18025880/installing-ajdt-i-got-a-plug…
源:How to setup Eclipse with WinAVR and the Eclipse plugin AVR-eclipse Arduino development with Eclipse – A step by step tutorial to the basic setup 中文参考: Arduino的Eclispe开发环境的搭建(完整教程) Windows下使用Eclipse开发Arduino程序 重要提示: Eclipse 只支持Arduino IDE 1.0.x 版,其…
在Mars.Kepler的版本裡,時常會出現以下錯誤導致eclipse無法進行運作 Error.log org.eclipse.swt.SWTError: No more handles     at org.eclipse.swt.SWT.error(SWT.java:4517)     at org.eclipse.swt.SWT.error(SWT.java:4406)     at org.eclipse.swt.SWT.error(SWT.java:4377)     at org.e…
终于在mac上配置了最新的eclipse和adt(Win和Mac oxs通用),然后就Error Log报这种错误,运行了hello word,没有影响,但是依旧有这种错误! 记录下错误: eclipse.buildId=4.4.2.M20150204-1700java.version=1.8.0_45java.vendor=Oracle CorporationBootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=zh_CNFram…
The default class viewer doesn't decompile the class file so you cannot open and check the source code, you may down third part App to do that while it is not convenient for debugging. The JAD plugin unable you open it directly in Eclipse. you just f…
今天上午开发环境遇到这个问题,解决方案如下,(解决了之后,项目并没有丢失.) 因为Eclipse的这个plug-in org.eclipse.jdt.ui was unable to load class org.eclipse.jdt.internal错误, 所以百度出开发中的环境的文件夹, .metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat 这个文件删除,重启后发现项目正常了! 原文地址:http://www.…
圣战 有一些没有唯一正确答案的“永恒”的问题,例如哪个更好:是Windows还是Linux,Java还是C#:谁更强壮:Chuck Norris还是Van Damme. 其中的一个圣战便是Java IDE的选择: 有许多争论的话题是讨论它们哪个有更多的插件.快捷键等等.它们之间有太多的不同而很难决定什么才是最重要的. 因此,人们都表示两个IDE在功能性上都差不多,选择某一个则是个人喜好问题了. 我认为这不仅仅是个人喜好的问题,有客观的原因能表明:Intellij IDEA 肯定比Eclipse更…
写了中文默认转成unicode. 正常应该是这样子的 其实不是什么大问题只需要装一个插件就行了,插件有很多.推荐使用,Properties Editor 安装方式如下 .这里使用的是离线安装.即本地文件安装 压缩包解压: 把解压后的文件夹里面的文件分另复制到eclipse 对应的features/plugins即可.重启eclipse 然后,设置.文件的打算方式即可.如下图.第4步和第5步写一起了. 如果安装成功,并且设置对的话.配置文件前面会有一个P图标 安装完成.很简单. 插件地址:http…
转自:http://www.bubuko.com/infodetail-757338.html eclipse中打开后新建Android项目区仍无法创建,出现下列提示对话框: Plug-in org.eclipse.ajdt.ui was unable to load class org.eclipse.ajdt.internal.ui.ajde.CachedRuntimeClasspathEntryResolver. 百度原因后发现解决方法后:重新创建工作区就可以正常使用了.(本人没有执行 而…
部分内容转载于:http://blog.csdn.net/dc_726/article/details/9531281 IntelliJ Idea 常用快捷键列表 Ctrl+Alt+t 选择代码块 try catch Alt+回车 导入包,自动修正 Ctrl+N 查找类===========Ctrl+T(eclipse) Ctrl+Shift+N 查找文件===========Ctrl+R(eclipse) Ctrl+Alt+L 格式化代码===========Ctrl+Shift+F(ecli…