英文:
Is there any way to use GWT 2.9 with Java 11 using Eclipse GWT plugin?
问题
我们有一个庞大的GWT项目(GWT 2.7,JDK 1.7,Eclipse),一切都运行完美。我们计划升级到Java 11和最近发布的GWT 2.9。然而,Java 1.7即将退役并变得过时,我们必须前进并进行升级。自上周以来,我们一直在尝试创建一个与现有环境类似的开发环境,但没有成功。我想知道是否有人在处理同样的问题,任何提示、解决方案或对Eclipse插件进行修改的建议都将不胜感激。
Eclipse插件包括GWT(2.7和2.8.1)。
英文:
We have a huge GWT project (GWT 2.7, JDK 1.7, Eclipse) everything works perfect. We are planning to upgrade to Java 11 and GWT 2.9 which has been recently released. However Java 1.7 is retiring and getting obsolete we have to move on and upgrade. Since last week we are trying to create a development environment like the existing one but there is no success. I was wondering whether anyone out there is struggling with the same issue, any hint, solution or hacking the eclipse plugin would be greatly appreciated.
Eclipse plugin comes with GWT (2.7 and 2.8.1)
答案1
得分: 2
是的,你可以。
- 从gwtproject.org下载gwt-2.9.0.zip
- 解压它
- 启动Eclipse
- 打开首选项面板
- 选择GWT -> GWT设置
- 通过点击右边的添加按钮添加gwt 2.9.0
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论