how to us .dll in java based web application -


i have web based j2ee application. there way use .dll file in it.

yes, can use jni / system#loadlibrary() same way in normal java application. need realize runs @ server side, not @ client side. if intent run @ client side, need serve in flavor of applet or webstart application.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -