简体   繁体   English

安装Google App Engine插件后,Eclipse 3.5缺少新的Web应用程序选项

[英]Eclipse 3.5 Missing New Web Application option after installing Google App Engine plugin

I just used Eclipse 3.5 to install the Google App Engine plug in. The plug in is showed as installed in the update manager. 我刚刚使用Eclipse 3.5来安装Google App Engine插件。插件显示为安装在更新管理器中。 However, I am not seeing the option to "New Web Application Project" ( http://code.google.com/appengine/docs/java/tools/eclipse.html ). 但是,我没有看到“新建Web应用程序项目”( http://code.google.com/appengine/docs/java/tools/eclipse.html )的选项。 I also don't see anything Google related when I type Google into the search bar under Windows > Preferences. 当我在Windows>首选项下的搜索栏中键入Google时,我也看不到任何Google相关内容。

There were no errors at the time of installation, and I was asked if I wanted to restart Eclipse, clicked yes, and it restarted accordingly. 安装时没有错误,我被问到是否要重启Eclipse,单击是,然后重新启动。 Am I missing something? 我错过了什么吗?

solution: move the eclipse folder to X:\\eclipse 解决方案:将eclipse文件夹移动到X:\\ eclipse

I also downloaded eclipse 3.5 sp2 - Eclipse IDE for Java Developers, installed the GWT plugin, restarted eclipse as instructed and then File > New > Web Application Project menu item does not exist in the eclipse. 我还下载了eclipse 3.5 sp2 - Eclipse IDE for Java Developers,安装了GWT插件,按照指示重新启动了eclipse,然后在eclipse中不存在File> New> Web Application Project菜单项。 it was in p:\\eclipse-java-galileo-SR2-win32\\eclipse 它在p:\\ eclipse-java-galileo-SR2-win32 \\ eclipse中

I moved te folder to p:\\eclipse uninstalled and reinstalled the plugin now it works. 我将te文件夹移动到p:\\ eclipse卸载并重新安装该插件,现在它可以正常工作。

looks to me like a bug in the gwt plugin (win xp) 看起来像gwt插件中的一个bug(win xp)

Or easier: 或者更容易:

Go to your eclipse folder > right click > uncheck to read only box. 转到您的eclipse文件夹>右键单击>取消选中只读框。

Done. 完成。

Do you have any message in the Errors View? 您在错误视图中有任何消息吗?
Did you reproduce the issue with a fresh installation of Eclipse? 您是否通过全新安装Eclipse重现了这个问题?

And where is installed your eclipse (what OS are you using)? 你的eclipse安装在哪里(你使用的操作系统是什么)?
That can be relevant, because another SO answer mentions: 这可能是相关的,因为另一个SO答案提到:

I had put the Eclipse installation folder under c:\\Program Files\\ , but when I moved it directly under c:\\ instead, the plug-in installation worked just as it should. 我把Eclipse安装文件夹放在c:\\Program Files\\ ,但是当我直接在c:\\下移动时,插件安装就像它应该的那样工作。
I assume that is because Eclipse wasn't allowed to write to its own installation folder 我认为这是因为Eclipse不允许写入自己的安装文件夹

I'm pretty sure you're right about the problem having to do with permissions writing to the Program Files folder. 我非常确定你在编写Program Files文件夹的权限问题上是对的。

I'm on Windows 7 and had the same problem. 我在Windows 7上遇到了同样的问题。 I also installed Eclipse under the Program Files folder, and got around this issue by running Eclipse "as administrator" when installing the Google plugins. 我还在Program Files文件夹下安装了Eclipse,并在安装Google插件时以“管理员”身份运行Eclipse解决了这个问题。 Worried that I would have similar problems installing other plugins, I moved my Eclipse installation to my C:\\ directory and reinstalled the Google plugins without running as administrator. 担心我在安装其他插件时遇到类似的问题,我将Eclipse安装移动到我的C:\\目录并重新安装了Google插件,而不是以管理员身份运行。 That installation went just fine. 安装很顺利。

Someone else in this thread said he had that problem on one Windows 7 computer but not another. 这个帖子中的其他人说他在一台Windows 7计算机上遇到了这个问题但没有另一台问题。 My guess is that he installed Eclipse in the Program Files directory on his problem computer. 我的猜测是他在他的问题计算机上的Program Files目录中安装了Eclipse。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM