Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Feedback to SuperDevModeTroubleshooting

$
0
0
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:
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)

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
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".

should read
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 ...

Best regards
Blama

Attached Images
File Type: png Java_Error.png (40.8 KB)

Viewing all articles
Browse latest Browse all 4756

Trending Articles