Myeclipse 新建web project项目无反应。在其他中选择web项目 点Next 点了也没有那个

之后百度了很多。。。说是安装路径不能有中文?
之后我把安装路径的中文去掉了。然后。软件都打不开了。
之后再找说要改MyEclipse 7.5下的ini配置文件。
-startup
../Common\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
--launcher.library
../Common\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731
-clean
-configuration
configuration
-vm
E:\JAVA专用\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll
-vmargs
-Xmx512m
-XX:MaxPermSize=256m
-XX:ReservedCodeCacheSize=64m

这是原来可以用的配置文件,但是不能创建WEB项目 点了没反应。
我把
E:\JAVA专用\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll
改成
E:\JAVA\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll
外加外面文件名也改了 还是不行。

按上面那样改 谈错误日志。我打开日志之后是
!SESSION 2013-03-28 08:32:16.666 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CN
Command-line arguments: -os win32 -ws win32 -arch x86 -clean

!ENTRY org.eclipse.osgi 4 0 2013-03-28 08:32:18.529
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)

这样的。。完全看不懂。。
怎么解决。。

第1个回答  2013-03-28
看不懂就别乱搞他的系统文件,卸掉重装吧,直接在盘符地下建个目录叫myeclipse不就OK了
第2个回答  2013-03-28
如果重装了还是不成功,建议去网上下载其他的Myeclipse版本
第3个回答  2013-03-28
不确定你改了哪些.
最有效的办法是卸掉重装,尽量避免中文吧,防止一些莫名其妙的问题..追问

我改回来之后和原来一样 就是 web项目建不了。
JAVA的就可以

追答

是win7系统么,如果是的话 安装的时候兼容性调整再安装.

追问

无关的,其他人都好的。
除了重装呢?

追答

最新的报错信息贴上看看

相似回答