| View previous topic :: View next topic |
| Author |
Message |
bilancia
Joined: 30 Apr 2007 Posts: 1
Digg It |
Posted: Mon Apr 30, 2007 7:24 pm Post subject: Newbie question: wiiremotej and applets |
|
|
Is it possible to use wiiremotej with an applet? Does anyone have a basica example of how to do this? I tried putting the code to find the wiiremote in the init, but it doesn't seem to work.
Thanks for an help. I'm trying to use this for a final at school. |
|
| Back to top |
|
 |
violet
Joined: 06 Dec 2007 Posts: 1
Digg It |
Posted: Thu Dec 06, 2007 5:04 pm Post subject: |
|
|
The plugin JRE doesn't include a Bluetooth implementation. You'll need to make whatever Bluetooth library you're using accessible, generally by listing it it in the APPLET tag's archive attribute. You'll also need to sign the Bluetooth implementation jar, since it needs to run native code.
You'll want to google for: Applet tag archive attribute, applet jar signing. |
|
| Back to top |
|
 |
|