Mar 21, 2002 #1 clauds Programmer Joined Jul 30, 2001 Messages 10 Location US Is it possible to instantiate and use a VB DLL inside a jsp? If so how?
Mar 21, 2002 #2 wushutwist Programmer Joined Aug 3, 2000 Messages 984 Location US Yes, you will need to either write a JNI wrapper around the dll or use a third-party Java-to-COM Bridge. The former is cheaper, the latter is easier. Upvote 0 Downvote
Yes, you will need to either write a JNI wrapper around the dll or use a third-party Java-to-COM Bridge. The former is cheaper, the latter is easier.