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 google-web-tool...@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.