This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: add dll in java.library.path
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 13, 2009
02:43 AM
add dll in java.library.path
Hi,
I need a dll to be used during pre-install phase.
(more specifically, i need sqljdbc_auth.dll for testing SQL connection)
To use System.loadLibrary(), the dll should be in java.library.path..
how should i do this? (I need in pre-install phase)
how IA handles any custom code with dll dependencies?
waiting for reply
thanks
qqqqqq
I need a dll to be used during pre-install phase.
(more specifically, i need sqljdbc_auth.dll for testing SQL connection)
To use System.loadLibrary(), the dll should be in java.library.path..
how should i do this? (I need in pre-install phase)
how IA handles any custom code with dll dependencies?
waiting for reply
thanks
qqqqqq
(7) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 14, 2009
03:11 AM
How we are supposed to use any dll dependency in InstallAnywhere??
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 02, 2010
02:11 PM
I would very like to know too.
I have the same problem (also for validating SQL connection), but I can't figure it out.
Someone?
Thanks
Sting74
I have the same problem (also for validating SQL connection), but I can't figure it out.
Someone?
Thanks
Sting74
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 03, 2010
03:21 AM
Does your installer bundle any VM? Because if it does, you could put your .dll in the .VM pack.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 05, 2010
09:12 AM
it works.
Thank you very much
Thank you very much
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 30, 2010
10:43 PM
So what was the answer? Create a custom ZIP file for the VM that contains this DLL?
Is it possible to create a ZIP file that is a dependency of the custom action that just contains the DLL?
Is it possible to create a ZIP file that is a dependency of the custom action that just contains the DLL?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 16, 2010
08:25 AM
I've added the dll in the bin folder in the file vm.zip in the vm pack. So now, my custom action can used it.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 27, 2014
02:47 AM
Do you know how to bundle a .so file for Linux installer?