Hi Yacov, The list of jre classes supported / emulated by GWT is here (be careful: some methods are missing in some cases): http://code.google.com/webtoolkit/doc/latest/RefJreEmulation.html
For the rest, you either have to provide the source code limited to the use of emulated classes or inherits from other GWT-compiled modules using same rules. Hope it helps regards didier On Nov 15, 7:03 pm, Yacov Schondorf <[email protected]> wrote: > I have a Swing application which I want to convert to GWT. I am using > IntelliJ IDE and have already done a few tutorials successfully. I > added a GWT module and created a service in the client package. I am > trying to define a method in the service that uses a class from the > Swing application. However, I am getting the following inspection > error: > > "'class [class name] is not presented in JRE Emulation library so it > cannot be used in client code" > > Is there any procedure I need to follow in order to use classes > external to the GWT module? -- 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.
