songshimvp / premotedroid

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

Bluecove dosn't work with 64 bits JVM #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Bluetooth doesn't work with 64 bits JVM.
Mac OS X has a 64 bits JVM by default :

quick fix : 
- use a 32 bits JVM
- run with -d32 option

Original issue reported on code.google.com by pierredu...@gmail.com on 1 Apr 2010 at 9:53

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Works fine with Sun's 64-bit JVM 1.6-20 on 64-bit Ubuntu.

Just be sure to install the 64-bit version of the relevant Bluetooth library.

On Ubuntu, do this:
sudo aptitude install libbluetooth-dev

Original comment by erik.ber...@gmail.com on 30 Jul 2010 at 8:51

GoogleCodeExporter commented 8 years ago
The given fix isn't working on OS X 10.5.

Original comment by brmonse@gmail.com on 20 Aug 2010 at 11:44

GoogleCodeExporter commented 8 years ago
Can you please explain how to run this using a -d32 option?

Original comment by nathansp...@gmail.com on 8 Oct 2010 at 8:41

GoogleCodeExporter commented 8 years ago
I got bluecove to work on Windows 7 (64 bit) by pulling the latest bluecove 
jar(snapshot) and replaced the provided jar file with it. when i say replaced, 
i had to delete the old file and rename the new one with the old filename. 
Works fine after that. Hope this helps.

Original comment by oliverde...@gmail.com on 30 Nov 2010 at 10:39

GoogleCodeExporter commented 8 years ago
This workaround for 64bis systems should be documented more evident

Original comment by ho.ahr...@gmail.com on 22 Dec 2010 at 4:56