Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Google App Engine 简单应用程序已创建并在本地运行。但我无法部署到 App Engine
但我收到以下错误
无法更新应用程序:无法编译 jsp 文件。 有关更多详细信息,请参阅部署控制台无法更新应用程序:无法编译 jsp 文件。
无法更新应用程序:无法编译 jsp 文件。
有关更多详细信息,请参阅部署控制台无法更新应用程序:无法编译 jsp 文件。
这意味着您的一个或多个 JSP 存在编译问题。观察 Eclipse Console 视图中的错误,您将能够看到哪些 JSP 没有编译。它还将指向一个错误日志文件,您可以查看该文件以查看相同的编译错误。
它在本地工作的原因可能是由于您没有执行任何有问题的 JSP,所以看起来好像没有问题。
另一个问题可能是您的 Eclipse 中有 JRE 而不是 JDK 设置,因此它无法编译。