On 14 November 2011 17:50, Stephen Buergler <[email protected]> wrote:
> I want to use java files in the libraries that I am using with my gwt
> module. Is there a way to include them without copying them into an emul
> directory and using <super-source>? How does gwt-user.jar get included? I am
> using Eclipse.

I have not needed this so far, so no guarantees, but ... did you try
just including the supporting code on the classpath? You'll need to
include the source code as well. I'm guessing you'll probably need to
create a separate GWT module for such code but that would be easy
enough, I suppose.

If the code you want to include uses features that are not available
in GWT (such as Thread or ClassLoader) then, of course, things become
much harder (if not impossible). That's where super-source *might* be
helpful. But at that point you're probably better off trying a
different approach altogether.

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

Reply via email to