Hi Isomorphic,
two small notes for SuperDevModeTroubleshooting:
The step "In the "Classpath" tab, add gwt-codeserver.jar using the "Add External Jar" button" is unnecessary for me and results in an error:
See attached picture + this log:
If I skip the add-"gwt-codeserver.jar"-step, everything is working as expected. Can you confirm this? Or is it something special with my installation?
2nd very small issue:
The line
should read
Best regards
Blama
two small notes for SuperDevModeTroubleshooting:
The step "In the "Classpath" tab, add gwt-codeserver.jar using the "Add External Jar" button" is unnecessary for me and results in an error:
See attached picture + this log:
Code:
Exception in thread "main" java.lang.NoClassDefFoundError: com/google/gwt/core/ext/UnableToCompleteException at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Unknown Source) at java.lang.Class.getMethod0(Unknown Source) at java.lang.Class.getMethod(Unknown Source) at sun.launcher.LauncherHelper.getMainMethod(Unknown Source) at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)
2nd very small issue:
The line
Code:
<script src="[app]/sc/skins/load_skin.js"></script> Replace "[app]" with the directory containing the "sc" lib - determined by the "rename-to" attribute in your .gwt.xml file -- for example "builtinds" or "dsdmi".
Code:
<script src="[app]/sc/skins/[skinname]/load_skin.js"></script> Replace "[app]" with the directory containing the "sc" lib - determined by the "rename-to" attribute in your .gwt.xml file -- for example "builtinds" or "dsdmi". Replace "[skinname]" with ...
Blama
Comment