Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to resolve dll dependency with external library.

846238Jun 1 2011 — edited Jun 7 2011
Hi all,

My native code use "sqlite3.lib" and perform certain data operations. I have generated the dll for the same using Visual studio appropriately.

I'm able to build the dll file properly. But, when used along with my java project (A bundle), I get the following error:

Bundle Exception: Bundle Start failed
java.lang.UnsatisfiedLinkError: D:\Knopflerfish_3.0\K_3.0\osgi\fwdir\bs\27\jar0\DbNativeInterface.dll: Can't find dependent libraries

I'm using knopflerfish OSGi framework. I'm also very sure the java is able to locate my dll file, but further it is not able to resolve the dependecy of this dll with sqlite3.lib.

Please guide me with solutions if any.

Thanks in advance.
Vinay

Comments

Pruthivi

Hello,
A small correction.
Through custom SSO login we have to access our ADF application. Through the adf login page we are able to open custom login page. Now from this custom SSO page we have to directly land on to the application's home page or other resources in application but instead we are again landing on to the adf application's login page. So how to achieve this configuration?

Pruthivi

Hi,
If I'm getting redirected to the application's home page or any other resources then how could we identify the user's ID and groups since users are trying to login from custom SSO page and not from adf application's login page?

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 5 2011
Added on Jun 1 2011
8 comments
2,706 views