2010-11-17 18 views
1

我正在做第一步GWTTestCase的第5步。我無法找到所需的「gwt-dev-windows.jar」。我在Eclipse的3.5和GWT SDK我在哪裏可以找到gwt-dev-windows.jar?它看起來不像它包含在Eclipse的GWT SDK中

Run your test case. Use the class junit.textui.TestRunner as your main class and pass 
the full name of your test class as the command line argument, e.g. com.example.foo.client.FooTest. When running the test case, make sure your classpath includes: 
Your project's src directory 
Your project's bin directory 
The gwt-user.jar library 
One of gwt-dev-windows.jar, gwt-dev-linux.jar, or gwt-dev-mac.jar depending on your platform 
The junit.jar library 
+0

類似於http://stackoverflow.com/questions/3251523/gwt-dev-mac-jar-is-missing – 2010-11-17 15:34:14

回答

3

看起來,他們可能已經停止,包括它,也許是因爲它是沒有必要再我沒有一直跟隨。

但是,如果你確實需要它,你可以從獨立的GWT SDK下載。 http://code.google.com/webtoolkit/download.html

選擇下載SDK,它會下載適用於您的操作系統/平臺的SDK。在拉鍊裏面,罐子就在那裏。

我知道在我的Eclipse 3.5 SDK GWT GWT的1.6.4,我在dev的窗口罐子:

\日食\插件\ com.google.gwt.eclipse.sdkbundle.win32_1.6.4 .v200904062334 \ gwt-windows-1.6.4

相關問題