Hi Tabish, > Thats fine. But my initial problem remains :)
>> > Also I read on the ProtocolHandler & Jobs approach but I couldn't >> > figure out much how do they fit in with my problem. OK, I'll try to give you some more detailed information. You told me that you are running a java server you want to connect to. In what way does this server offer his service? E.g. it offers its Service on a special port. So write a OO plugin that connects to this server and interacts with it (e.g. via a TCP Stream). What you cannot do: you cannot instanciate a Java class of the server from that plugin, because the plugin environment does not find the class. @all please correct me if I am wrong. Greetings, tobias --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
