I have the Desktop, and Android version working now, but now having issues with getting the HTML version compiling/ running.
When I try to use Google->GWT Compile, I get in the console:
- Code: Select all
[ERROR] Errors in 'file:/C:/android/workspace/AckmiDressUp/AckmiDressUp/src/com/ackmi/ackmi_dress_up/Game.java'
[ERROR] Line 767: No source code is available for type javax.xml.parsers.SAXParserFactory; did you forget to inherit a required module?
....
[ERROR] Errors in 'file:/C:/android/workspace/AckmiDressUp/AckmiDressUp/src/com/ackmi/ackmi_dress_up/GameScreen.java'
[ERROR] Line 151: No source code is available for type aurelienribon.tweenengine.TweenManager; did you forget to inherit a required module?
...
And when I go to Debug As -> Web application I get in the console:
- Code: Select all
Caused by: java.lang.ClassNotFoundException: aurelienribon.tweenengine.Tweenable
at com.google.gwt.dev.shell.CompilingClassLoader.findClass(CompilingClassLoader.java:1061)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
I know it is having problems with the tweenable jar class I am using, and possibly the SAXParseFactory, but I am not sure what is going wrong, if it's something I need to change, limitations of jars being included, ect.
I've tried adding the tweenable jar to the buildpath library, import statements for the class in 'GWTLauncher', but nothing has changed.
(using latest nightlies, superjumper compiled fine for all projects)
Any ideas?
