1.
When you hold the shortcut key (Ctrl) key in an imported item in MyEclipse, you cannot associate it. Solution: (1) may be missing jar package, guide package; (2) find the . Project file, Add the following code to it:
Java Code Collection Code
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
Basic solution.
- in the MyEclipse Activation, unable to find the plugins file and cannot be activated, solution: in C:\Users\Lenovo\AppData\Local\ Genuitec Delete the Genuitec file in the installation, then activate.
- in the MyEclipse appeared in ... is out of sync with System file: Solution: Right-click Project, select f5,refresh
- . properties file garbled, Solution:
- window - >
preferences-"
General->
Content Type->text->java Properties->gbk-->update->ok
One
myeclipse Basic Configuration
1.MyEclipse in character set:GBK
Http://jingyan.baidu.com/album/4d58d541c4c1949dd4e9c0be.html
2. set jdk version in MyEclipse:1.6 (Note thatresin3 does not support the myeclipse jdk, so the JDK path needs to point to + bit of JDK )
Http://jingyan.baidu.com/article/fedf073714661735ac897725.html
3, refer to the following link to increase memory (including myeclipse and jdk, reference value 3G)
Http://jingyan.baidu.com/article/3ea51489db58c152e61bbab6.html
Summary of common errors in Eclipse and MyEclipse