Looking for some help with GWT/Derby in Eclipse

Posted by Ricky on Stack Overflow See other posts from Stack Overflow or by Ricky
Published on 2010-03-20T12:44:45Z Indexed on 2010/03/20 12:51 UTC
Read the original article Hit count: 258

Filed under:
|
|
|

I'm attempting to learn AJAX via this site. I've made it down to the section where it says "you must put the code in the onModuleLoad()" (right above listing 4). I found two areas in my Eclipse project that mention onModuleLoad(): slicr.java and the actual EntryPoint.class file in the gwt-user.jar/com.google.gwt.core.client package. When I try to add the contents of listing for to slicr.java, I get tons of cannot be resolved to a type errors and I cant add anything to EntryPoint.class as it appears to be locked from editing. I really appreciate any help someone could give me!

© Stack Overflow or respective owner

Related posts about gwt

Related posts about eclipse