Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
Java And Visual Bas-ick
Posted by Matt Gerrans on January 27, 2002 at 2:59 PM
> Dear all, > I have some problems now, i have an application which is wrote in VB , complied to make a exe file and register it with a DLL , clients start the service by the URL link > http://(ip)/scripts/xxx.dll?name=xxx&cmd=yyy where xxx and yyy is variable > Since i need to extract the variable from some XML message, so i wrote a java program to get the variable; however i would like to ask how can i use these variable and call the dll scripts?? > do i need to use JNI? > thanks~
I'm not sure I understand your question, but I think the answer is yes.
Replies:
|