How to make a reference to a normal java class from GWT server side
- by mohammed-qumhieh
hello
I building my project using GWT plugin for eclipse Galileo, after i done from RPC between the server and client, i trying to make a reference from gwt server side to normal java class in non-gwt-project, but every time i make an object from the class (which in non-gwt-project) gives me ClassNotFoundException.
i did the buildpath for the gwt…