I have an exe file which is created in vb6 , what I want to do is load that exe and I have to calll a method of that exe file from a java code and I have to send some parameter from my java code to that exe method and need a return value from that method to my java code
method signatuer is like that
I have to call this method from my java code
Long ShowForm(String CustomerID)
above method is defined in exe file
Start Free Trial