Help in using ArrayDeque

GWT Designer allows you to quickly create the modules, composites, panels, remote services and other elements that comprise Google Web Tookit applications.

Moderators: Konstantin.Scheglov, gnebling, Alexander.Mitin, jwren, Eric Clayberg

Help in using ArrayDeque

Postby haroldEugenio » Sat Jan 29, 2011 8:40 pm

Hi,

I'm new in GWT designer and Java and I'm trying to create a GUI for my previous Solitaire project. The thing is, whenever I used ArrayDeque in y project, it shows this error even though I imported the java.util in my project:

[ERROR] [com.haroldGWT.solitaire.GWTSolHarold] - Line 7: No source code is available for type java.util.ArrayDeque<E>; did you forget to inherit a required module?

So I added this to my xml file to eliminate the error:

<inherits name="com.java.util.*"/>

The error for ArrayDeque disappeared but when I try to run my project, it shows a new error:

[ERROR] [com.haroldGWT.solitaire.GWTSolHarold] - Unable to find 'com/java/util/*.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

Could anyone help me out please?
haroldEugenio
 
Posts: 2
Joined: Sat Jan 29, 2011 8:31 pm

Re: Help in using ArrayDeque

Postby haroldEugenio » Sat Jan 29, 2011 8:42 pm

I really need the java.util since, without it, I can't even use StringTokenizer.
haroldEugenio
 
Posts: 2
Joined: Sat Jan 29, 2011 8:31 pm

Re: Help in using ArrayDeque

Postby Eric Clayberg » Sun Jan 30, 2011 8:24 am

I would recommend posting general GWT questions to our (Google's) GWT Forum.

We would like to keep this forum focused on GWT Designer itself. Thank you.

P.S. it sounds like you need to read the GWT JRE Emulation Reference docs.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA


Return to GWT Designer

Who is online

Users browsing this forum: No registered users and 2 guests

cron