bquanhuang / bluecove

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

bluecove_ce and intelbth_ce not found on Windows CE 6.0 and Creme JVM #143

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Tried using bluecove 2.1.0 jar on Windows CE 6.0 for bluetooth device 
discovery.
2. Kept bluecove_ce.dll and intelbth_ce.dll in \Windows folder.
3. Got exception as :- 
               UnsatisfiedLinkError:isNativeCodeLoaded
               Native Library intelbth_ce not available
               UnsatisfiedLinkError:isNativeCodeLoaded
               Native Library bluecove_ce not available

What is the expected output? What do you see instead?
The bluetooth device should be discovered.
But got error while using device discovery.

What BlueCove version are you using (include build number for SNAPSHOT)? On 
what operating system and jvm? Is this 64-b it or 32-bit OS and jvm?

I am using bluecove-version 2.1.0. Also below is the additional info as found 
in MANIFEST.MF of the jar file, for your reference.

Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: 1.5.0_12-b04 (Sun Microsystems Inc.)
License: The Apache Software License, Version 2.0
Description: BlueCove JSR-82 implementation
Implementation-URL: http://www.bluecove.org/
Specification-Title: JSR-82
Specification-Version: 1.1
Specification-Vendor: JCP
Implementation-Version: 2.1.0
Implementation-Build: 2.1.0.51
Built-By: cruisecontrol
Build-Date: 2008-12-25 05:53:57

I am using bluecove jar on Windows CE 6.0 OS on Motorola Symbol MC3190 device 
and on Creme JVM 4.12.
I am getting the attached error while using that jar.

Please provide any additional information below.
Please use "Attach a file" when uploading stack traces or other big files!

Please help.

Original issue reported on code.google.com by ankit.pa...@mobicule.com on 13 Jan 2014 at 7:46