使用Eclipse GWT插件是否有办法在Java 11上使用GWT 2.9?

huangapple go评论65阅读模式
英文:

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

使用Eclipse GWT插件是否有办法在Java 11上使用GWT 2.9?

英文:

Yes, you can.

  • download gwt-2.9.0.zip from gwtproject.org
  • unzip it
  • start Eclipse
  • open the preference panel
  • choose GWT -> GWT Settings
  • add gwt 2.9.0 by pressing the add button on the right

使用Eclipse GWT插件是否有办法在Java 11上使用GWT 2.9?

huangapple
  • 本文由 发表于 2020年7月28日 05:49:28
  • 转载请务必保留本文链接:https://go.coder-hub.com/63124103.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定