Re: <br>is it possible to call a servlet from simple java client..if yes how??<br>
Posted By:
Jens_Dibbern
Posted On:
Tuesday, July 9, 2002 11:53 PM
Are you sure that this is an JNI (Java Native Interface) issue?
You should read the Java Tutorial trail about writing to URLs (http://java.sun.com/docs/books/tutorial/networking/urls/readingWriting.html) if you want to know how to call a servlet from a custom client. This client has to act like a browser.
HTH
Jens