每次打开eclipse就出现 Editor could not be initialized,而且JSP也不能用,请问是什么回事?
在eclipse中编辑不了JSP文件(Editor could not be initialized )
可能是插件不匹配或者是插件的安装问题导致的吧
myeclipse打开JSP文件出错。
Zend Studio for Eclipse不能打开文件 经常有时候会出现工程里的某一个文件打不开,总是出现:Could not open the editor: Editor could not be initialized.的提示信息。产生原因:听说是由于文件外部修改导致,参考说法如下:Could not open the editor: Editor could not be initialized when opening ...
...PartInitException: Editor could not be initialized.
你这应该是卸载myeclipse的组件的时候误删了一些关联的editor,从window-->preference设置中,输入file associations找到*.xml点击,再在下面点击选择一个适合的editor,点default,确定
eclipse总是提示这个错误:Could not open the editor: Argument not va...
选择 window-->General-->Editors-->File Associations -->(在右边上面的框中选择jsp或者你打开的文件类型)-->(然后在下面的框中选择MyEclipse jsp editor )-->点default就可以了。
Eclipse里运行JAVA程序时.弹出提示editor does not contain a main ty...
回答:没有main方法进入,你进入有main方法的类运行。
为什么用eclipse编写了代码运行显示seletion does not contain a mai...
在eclipse中执行带有main函数的class时,出现editor does not contain a main type的错误框。问题的原因是:所要运行的class所在包没有被添加到build path中。解决方法:在左侧的package explorer中右击这个class所在包的上一级目录--build path--use as source folder。重新打开class,再run一下,正确...
在eclipse marketplace中安装visual editor 老是出错,为什么
原因是:首先要确定自己的eclipse版本,是3.3还是3.4还是3.5,每个版本对应的EMF、GEF都不相同。还有据说eclipse只有ganymede版本的VE能装成功 查看eclipse版本:help->about eclipse platform 解决办法:重新下载对应版本的eclipse,再将解压的包直接放进eclipse的plugins和features包重启就可以使用了。安装好...
ECLIPSE中出现Could not open the editor: 94怎么回事
是不是编辑器插件出问题了,我自己使用eclipse配过web工程的插件 也是出现了xml编辑器无法使用,就直接用文本方式打开就是不过没有了类似如检错文本规范等功能了,后来嫌麻烦 就直接用Myeclipse
eclips安装失败显示查看日志是为什么
(一)窗口 >显示视图 >其它 … >PDE 运行时 >错误日志 此时就会显示出一系列日志内容 如我的日志信息显示如下:Could not install bundle lomboz\/eclipse\/plugins\/org.eclipse.emf.ecore.sdo.editor_2.1.0.jar Bundle "org.eclipse.emf.ecore.sdo.editor" version "2.1.0" has already been ...
java出现“editor dose not contain a main type"是什么情况?
应该是你的.java文件放的目录不对导致的。试着把.java文件放到sourcefolder目录里。你应该使用eclipse运行的时候选错了主类,主类应该是有main方法的那个类 你这个java应该有几个类吧。。。那个main方法就在其中的一个类里面,方法形式如下 Java是一门面向对象编程语言,不仅吸收了C++语言的各种优点,还...