Defect #230
How to distribute dll to client
Status:
Resolved
Priority:
Normal
Assignee:
-
Start date:
02/11/2011
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
Description
How can we distribute the dll to the client so that it is available? I know that it is embedded in windows_native.jar but it does not seem to get used.
Maybe we need to unpack the jar on the client or do we need to call java.lang.System.loadLibrary()?
Kind Regards,
Michel van Klink
Vision Development
History
Updated by Scott Butler about 14 years ago
- Status changed from New to Resolved
This is already included in the library. You can review the source on the NativeInstaller class: https://www.servoyforge.net/projects/servoy-com/repository/entry/trunk/ServoyCOM/src/com/servoyguy/plugins/servoycom/NativeInstaller.java