Shrikant, I really doubt if you can call Java Object methods directly from a non java environment. You might need to resort to some kind of language neutral RPC mechanism such as SOAP (or JXRPC). Of course this implies that both your "client" and "server" need to talk the same RPC format (read SOAP). See http://java.sun.com/xml/jaxrpc/index.html for more details.
Regards, Pramod Nair ----- Original Message ----- From: "Shrikant Amale" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 03, 2002 5:07 PM Subject: Accessing Java class from Non Java Application > Hi Everyone, > > How could I allow non java applications like VB to > instantiate my java class and call some method of it? > Can anybody tell me whether this is possible or not? > if yes, how can i do this? Pl. Help. > > Shrikant > > > > __________________________________________________ > Do You Yahoo!? > Send your FREE holiday greetings online! > http://greetings.yahoo.com > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
