Shriknat:
                    I think you have to use MS/VJ++ to create java program, that will 
let VB to access your java class object and its methods(first way).
                    or using javareg.exe to register your java object(second way). 
                    javareg /register /class:packagename:classname  
/progid::packagename:classname
                    mkdir c:\windows\java\Trustklib\packagename
                    copy *.class  c:\windows\java\Trustklib\packagename

                    I used second way to do this before by ASP/VB. Hope this will help 
you.

Albert Pi
Corp IS System Delivery
516-803-3762


>>> [EMAIL PROTECTED] 01/03/02 06:37AM >>>
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

Reply via email to