3

我正在建立一个新项目(java 后端 + dart 前端)。

在客户端,我计划使用 stagexl 作为游戏框架。在服务器端,我将使用 Google App Engine。(加上 Gradle 和 GIT ...)

昨天我跟着http://blog.dartwatch.com/2013/01/integrating-dart-into-eclipse-and-your.html安装了 dart eclipse 插件,但我一直收到很多错误弹出窗口。

从插件调用代码时出现问题:“org.eclipse.ui.views.properties.tabbed”。

org.eclipse.core.runtime.AssertionFailedException: null argument:
    at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85)
    at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:73)
    at org.eclipse.ui.views.properties.ResourcePropertySource.<init>(ResourcePropertySource.java:134)
    at com.google.dart.tools.ui.DartElementAdapterFactory.getProperties(DartElementAdapterFactory.java:204)
    at com.google.dart.tools.ui.DartElementAdapterFactory.getAdapter(DartElementAdapterFactory.java:140)
    at org.eclipse.core.internal.adapter.AdapterFactoryProxy.getAdapter(AdapterFactoryProxy.java:80)
    ...

我的设置:

Dart Editor for Eclipse             0.4.5.r21094                 com.google.dart.eclipse.feature.feature.group  dartlang.org
Eclipse EGit                        2.3.1.201302201838-r         org.eclipse.egit.feature.group Eclipse EGit
Eclipse IDE for Java EE Developers  1.5.2.20130211-1820          epp.package.jee    null
Google App Engine Java SDK 1.7.7    1.7.7                        com.google.appengine.eclipse.sdkbundle.feature.feature.group   Google, Inc.
Google Plugin for Eclipse 4.2       3.2.2.v201303261859-rel-r42  com.google.gdt.eclipse.suite.e42.feature.feature.group Google, Inc.
Gradle IDE  3.2.0.201301240803-M2   org.springsource.ide.eclipse.gradle.feature.feature.group   SpringSource, a division of VMware, Inc.

给帮助我的人一两杯啤酒!

4

1 回答 1

0

我建议您从他们的页面下载 Dart 编辑器,而不是安装 Eclipse 然后安装 Dart 插件

这是一个已经为 dart 使用准备的功能齐全的 Eclipse 实例。

从那里,您可以创建一个新项目,他们会给您一些预定义的模板。

于 2015-02-04T20:42:41.870 回答