How to make a reference to a normal java class from GWT server side
Posted
by mohammed-qumhieh
on Stack Overflow
See other posts from Stack Overflow
or by mohammed-qumhieh
Published on 2010-04-26T10:41:37Z
Indexed on
2010/04/26
10:43 UTC
Read the original article
Hit count: 464
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
© Stack Overflow or respective owner