Closed GoogleCodeExporter closed 9 years ago
Ok, it seems that it's a problem of a classpath.
I can't recreate your error :-(
I created a new Eclipse project. I added the lib folder with the tatami.jar
file.
- This is my compile script :
@java -cp
"%~dp0\lib\tatami.jar;%~dp0\src;%~dp0\bin;E:/TVZL8571/GWT/gwt-windows-1.4.60/gwt
-user.jar;E:/TVZL8571/GWT/gwt-windows-1.4.60/gwt-dev-windows.jar"
com.google.gwt.dev.GWTCompiler -out "%~dp0\www" %* myApplication.MyApplication
- This my module :
<module>
<inherits name='com.objetdirect.tatami.Tatami'/>
<entry-point class='myApplication.client.Main'/>
</module>
- And this is my EntryPoint :
public void onModuleLoad() {
Clock c = new Clock();
RootPanel.get().add(c,10,10);
}
I run the compile script and it works correctly.
Original comment by vgrass...@gmail.com
on 30 Oct 2007 at 4:20
Original comment by rdunk...@gmail.com
on 11 Dec 2008 at 2:59
Original issue reported on code.google.com by
aquina...@gmail.com
on 30 Oct 2007 at 9:59