Hi, I've been following the GWT Tutorial @ http://code.google.com/webtoolkit/tutorials/1.5/RPC.html
Using Eclipse, I created the project with all the necessary files. I created the 2 packages as explained: - StockWatcher.client - StockWatcher.server Now when I try to run this app in hosted mode, I get the follwoing error: java.lang.ClassNotFoundException: StockWatcher.server.StockPriceServiceImpl However, looking at my xml, I have: <servlet path="/stockPrices" class="StockWatcher.server.StockPriceServiceImpl" /> The souce file for this class is located at: src\StockWatcher\server\StockPriceServiceImpl.java And if I look directly in the folder hierarchy I find the class at: bin\StockWatcher\server\StockPriceServiceImpl.class My run configuration has the following Classpath: - GWT_1.5 - src - \StockWatcher\ In all likelyhood there is a problem with the ClassPath from what I read ... but I can't seem to find it or make it work. Thx for the help --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
