elix22 / bluecove

Automatically exported from code.google.com/p/bluecove
2 stars 0 forks source link

problem to incoporate other JNI dlls #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am not sure whether anyone tried to load another JNI dll after bluecove
is loaded on the pocket PC system. I am having a problem to run any dll
function because I got errors like

 java.lang.UnsatisfiedLinkError. 

If I load the JNI dll before the bluecove, the function does not run after
the bluecove is loaded. Any ideas?

Original issue reported on code.google.com by master...@gmail.com on 27 Feb 2008 at 3:58

GoogleCodeExporter commented 9 years ago
Need some clarifications.

Win Mobile version?
Java VM name and version?
Also I would suggest to ask this question in your JVM forum first.

If you load additional dll (yours) before bluecove dll it is working before 
bluecove
is loaded?  What your dll does?  Does it use the same function names as 
bluecove?

Once you creating your dlls. Can you create two with some subset of function 
and see
if they are working or not so we can eliminate the blame on bluecove dll?

Original comment by skarzhev...@gmail.com on 27 Feb 2008 at 5:03

GoogleCodeExporter commented 9 years ago
We have Win Mobile 2003.

I tried to load a JNI dll to print hello world as a test. It did not even work. 
If I 
do not load the blue cove dll, it seems to work fine.

Original comment by master...@gmail.com on 27 Feb 2008 at 10:11

GoogleCodeExporter commented 9 years ago
No information for Java VM.  Can't reproduce.

Original comment by skarzhev...@gmail.com on 10 Jun 2008 at 4:38