如何在Eclipse Juno 4.2中创建Google App Engine项目?

时间:2023-01-24 17:44:37

I'm trying to follow these directions to set up a new Google App Engine project:

我正在尝试按照这些说明设置新的Google App Engine项目:

https://developers.google.com/eclipse/docs/getting_started#creating

To create your first Web Application, select File > New > Web Application Project from the Eclipse menu.

要创建第一个Web应用程序,请从Eclipse菜单中选择文件>新建> Web应用程序项目。

However, that option doesn't exist! I just installed and restarted my Eclipse.

但是,该选项不存在!我刚刚安装并重新启动了Eclipse。

如何在Eclipse Juno 4.2中创建Google App Engine项目?

如何在Eclipse Juno 4.2中创建Google App Engine项目?

1 个解决方案

#1


0  

Had to delete .eclipse/* and after multiple restarts and running as Administrator, it worked.

不得不删除.eclipse / *并在多次重启并以管理员身份运行后,它才有效。

https://developers.google.com/eclipse/docs/faq#multiuser

After installing/updating the plugin on a multi-user install of Eclipse, I cannot see any of the plugin's toolbar icons. What's going on?

在多用户安装的Eclipse上安装/更新插件后,我看不到任何插件的工具栏图标。这是怎么回事?

Multi-user installs of Eclipse are those where the adminstrator of the machine has performed the installation of Eclipse, and non-administrators (users) run Eclipse.

Eclipse的多用户安装是机器的管理员执行Eclipse安装,非管理员(用户)运行Eclipse的安装。

Unfortunately, Eclipse suffers from problems whenever a user upgrades a plugin that exists as part of the base installation; the upgraded plugin is not recognized, which means that any plugins that depend on the upgraded component will not work. When installing the Google Plugin for Eclipse as a user, it may cause Eclipse to try and install updates for already-installed plugins at the same time, which leads to the Google Plugin for Eclipse not working after the install process.

不幸的是,只要用户升级作为基本安装的一部分存在的插件,Eclipse就会遇到问题。无法识别升级的插件,这意味着任何依赖于升级的组件的插件都不起作用。当以用户身份安装Google Plugin for Eclipse时,可能会导致Eclipse同时尝试为已安装的插件安装更新,这导致Google插件在安装过程后无法正常运行。

There are two ways to avoid this problem:

有两种方法可以避免此问题:

Each user should have their own install of Eclipse The administrator should be the only one who installs or upgrades plugins If you have already installed/upgraded the Google Plugin for Eclipse and are stuck in a broken state, the easiest way to get back to a working state is to remove your /.eclipse/org.eclipse.platform_ directory, and perform the install/upgrade of the Google Plugin for Eclipse as an administrator. Note that by deleting this directory, you will be removing any plugins that the user had previously installed.

每个用户都应该有自己的Eclipse安装。管理员应该是唯一一个安装或升级插件的人如果你已经安装/升级了Google Plugin for Eclipse并且处于破坏状态,那么最简单的方法就是回到工作状态state将删除您的/.eclipse/org.eclipse.platform_目录,并以管理员身份执行Google Plugin for Eclipse的安装/升级。请注意,通过删除此目录,您将删除用户先前安装的所有插件。

Sheesh, I wish Eclipse had more stability than features. Sometimes I prefer Notepad++ and a command prompt.

Sheesh,我希望Eclipse比功能更稳定。有时我更喜欢Notepad ++和命令提示符。

Any other questions, just contact the plugin developer directly at ahumesky@google.com.

如有任何其他问题,请直接通过ahumesky@google.com与插件开发人员联系。

#1


0  

Had to delete .eclipse/* and after multiple restarts and running as Administrator, it worked.

不得不删除.eclipse / *并在多次重启并以管理员身份运行后,它才有效。

https://developers.google.com/eclipse/docs/faq#multiuser

After installing/updating the plugin on a multi-user install of Eclipse, I cannot see any of the plugin's toolbar icons. What's going on?

在多用户安装的Eclipse上安装/更新插件后,我看不到任何插件的工具栏图标。这是怎么回事?

Multi-user installs of Eclipse are those where the adminstrator of the machine has performed the installation of Eclipse, and non-administrators (users) run Eclipse.

Eclipse的多用户安装是机器的管理员执行Eclipse安装,非管理员(用户)运行Eclipse的安装。

Unfortunately, Eclipse suffers from problems whenever a user upgrades a plugin that exists as part of the base installation; the upgraded plugin is not recognized, which means that any plugins that depend on the upgraded component will not work. When installing the Google Plugin for Eclipse as a user, it may cause Eclipse to try and install updates for already-installed plugins at the same time, which leads to the Google Plugin for Eclipse not working after the install process.

不幸的是,只要用户升级作为基本安装的一部分存在的插件,Eclipse就会遇到问题。无法识别升级的插件,这意味着任何依赖于升级的组件的插件都不起作用。当以用户身份安装Google Plugin for Eclipse时,可能会导致Eclipse同时尝试为已安装的插件安装更新,这导致Google插件在安装过程后无法正常运行。

There are two ways to avoid this problem:

有两种方法可以避免此问题:

Each user should have their own install of Eclipse The administrator should be the only one who installs or upgrades plugins If you have already installed/upgraded the Google Plugin for Eclipse and are stuck in a broken state, the easiest way to get back to a working state is to remove your /.eclipse/org.eclipse.platform_ directory, and perform the install/upgrade of the Google Plugin for Eclipse as an administrator. Note that by deleting this directory, you will be removing any plugins that the user had previously installed.

每个用户都应该有自己的Eclipse安装。管理员应该是唯一一个安装或升级插件的人如果你已经安装/升级了Google Plugin for Eclipse并且处于破坏状态,那么最简单的方法就是回到工作状态state将删除您的/.eclipse/org.eclipse.platform_目录,并以管理员身份执行Google Plugin for Eclipse的安装/升级。请注意,通过删除此目录,您将删除用户先前安装的所有插件。

Sheesh, I wish Eclipse had more stability than features. Sometimes I prefer Notepad++ and a command prompt.

Sheesh,我希望Eclipse比功能更稳定。有时我更喜欢Notepad ++和命令提示符。

Any other questions, just contact the plugin developer directly at ahumesky@google.com.

如有任何其他问题,请直接通过ahumesky@google.com与插件开发人员联系。