Mar 21, 2002 #1 clauds Programmer Jul 30, 2001 10 US Is it possible to instantiate and use a VB DLL inside a jsp? If so how?
Mar 21, 2002 #2 wushutwist Programmer Aug 3, 2000 984 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.