[xSocket-develop] xlightweb & xsocket & eclipse galileo
Status: Inactive
Brought to you by:
grro
|
From: lumo <lum...@gm...> - 2009-08-31 11:06:26
|
Hi guys,
i implemented an application which uses xSocket, and i have to say, its
working great!
thats why i try to implementy my simple tiny http server on xlightweb
i got xlightweb and xsocket in my libs directory included in my ide (eclipse
3.5) xlightweb is included after xsocket
i also tried switching so xlightweb is included before xsocket is... does
not change a thing...
versions are
xsocket 2,5,5
xlightweb 2,7,4
when i copy your xsocket http tutorial code
i get the following error message in this line:
// ... and send it back to the client
exchange.send(resp);
The type org.xsocket.IDestroyable cannot be resolved. It is indirectly
referenced from required .class files
i checked my jar files and its included in my xsocket-2.5.5-sources.jar
IDestoryable.java - but it does not show up when i type up in eclipse:
org.xsocket.
any ideas?
thanks in advance
lumo
|