Good evening user's, i have a small problem with a configuration of
the classpath of my project. Infact during the debugging of the
project (the structure of the project is visible at the end of the
post) the GWTLog signals the following error:

[ERROR] Unable to load module entry point class
org.unicam.resourceome.web.portal.client.Portal (see associated
exception for details)
com.google.gwt.core.client.JavaScriptException: (TypeError): Object
doesn't support property or method
number: -2146827850
description: Proprietà o metodo non supportati dall'oggetto
at
org.unicam.gwt.graphics.client.canvas.impl.GWTCanvasImplDefault.createElement
(Native Method)
at org.unicam.gwt.graphics.client.canvas.GWTCanvas.<init>
(GWTCanvas.java:138)
at org.unicam.gwt.graphics.client.GWTGraphicsView.init
(GWTGraphicsView.java:42)
at org.unicam.gwt.graphics.client.GWTGraphicsView.<init>
(GWTGraphicsView.java:38)
at org.unicam.resourceome.web.portal.client.Portal.onModuleLoad
(Portal.java:198)

and in particular in eclipse escape a windows "Class COMObject.class
Not Found" that say that the jar file dev-windows.jar has no source
attchment" (but the source i think that is correct because is the
folder where i have unzipped GWT".

Is there any person that can help me? Thank you for the quickly answer
(sorry for the bad english).


STRUCTURE OF PROJECT - TWO MODULE

FRIST MODULE (CALL PORTAL) THAT IMPLEMENT ENTRY POINT:

-->src
------>org.unicam.resourceome.web.portal
--------->Portal.gwt.xml
------>org.unicam.resourceome.web.portal.client
------>org.unicam.resourceome.web.portal.client.grappa.parser
------>org.unicam.resourceome.web.portal.server


SECOND SUPPORT MODULE (CALL CANVASGRAPHICS) THAT NOT IMPLEMENT ENTRY
POINT:

-->src
------>org.unicam.gwt.graphics
--------->CanvasGraphics.gwt.xml
------>org.unicam.gwt.graphics.client
------>org.unicam.gwt.graphics.client.canvas
------>org.unicam.gwt.graphics.client.canvas.impl
------>org.unicam.gwt.graphics.client.core
------>org.unicam.gwt.graphics.client.data.graph
------>org.unicam.gwt.graphics.client.data.graph.event
------>org.unicam.gwt.graphics.client.data.graph.listener
------>org.unicam.gwt.graphics.client.event
------>org.unicam.gwt.graphics.client.graph
------>org.unicam.gwt.graphics.client.listeners
------>org.unicam.gwt.graphics.client.shapes


Thank you another time for the answer.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to