to include dll file in java without jar files -


i have include .net "smsmiracle.dll" in java. don't have jar files. imported dll file project using system.loadlibrary(). tell me how call files in java?

thanks in advance

you need use jni or better use library java native access


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -