Inherit external java source in GWT project
问题 I have an ENUM that is used on the server-side. I want to be ably to use this enum on the client side (GWT) aswell. This is the structure: se.mycompany.core se.mycompany.core.TheEnum <-- this Enum. se.mycomapny.web.gwtproject <-- The GWT project. se.mycomapny.web.gwtproject.client I have tried to add <inherits name="se.mycompany.core.TheEnum"/> to my gwtproject.gwt.xml file. But I get the following error message: [ERROR] Unable to find 'se/mycompany/core/TheEnum.gwt.xml' on your classpath;