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 project, but still gives me the same exception, is there a way to make that from server side (not from client side).
i need help please, i spent a lot of time searching for solution but i did not found anything.
i appreciate any suggestions...thanks