Edited wiki page through web user interface.
git-svn-id: http://wiiusej.googlecode.com/svn/wiki@164 ae48ae66-6a45-0410-b38e-211266189506
This commit is contained in:
10
FAQ.wiki
10
FAQ.wiki
@@ -2,12 +2,12 @@
|
||||
|
||||
= Frequently Asked Questions =
|
||||
|
||||
Q : Can WiiuseJ send audio to the wiimote ?
|
||||
*Q :* Can WiiuseJ send audio to the wiimote ?
|
||||
|
||||
A : Wiiuse doesn't support it so WiiuseJ can't support either.
|
||||
|
||||
|
||||
Q : Why do i got this error ?
|
||||
*Q :* Why do i got this error ?
|
||||
{{{
|
||||
|
||||
Exception in thread "Thread-0" java.lang.NoSuchMethodError: java.util.Arrays.copyOfRange([Ljava/lang/Object;II)[Ljava/lang/Object;
|
||||
@@ -23,16 +23,14 @@ at wiiusej.WiiUseApiManager.run(WiiUseApiManager.java:415)
|
||||
A : So far you need java 1.6 to use WiiuseJ. Here a method from java 1.6 is missing in the java you have. I'll fix it in another release.
|
||||
|
||||
|
||||
Q : How can i reconnect the wiimotes and find new wiimotes.
|
||||
*Q :* How can i reconnect the wiimotes and find new wiimotes.
|
||||
|
||||
A : Shutdown WiiuseJ: WiiUseApiManager.shutdown(); and get wiimotes again : WiiUseApiManager.getWiimotes(2, true);
|
||||
|
||||
|
||||
Q : I have this error: Error: [ERROR] Unable to
|
||||
*Q :* I have this error: Error: [ERROR] Unable to
|
||||
determine bluetooth stack type. What can i do ?
|
||||
|
||||
A : You can try to force the type of bluetooth stack you got. For this get the wiimotes this way : WiiUseApiManager.getWiimotes(2, true, WiiUseApiManager.WIIUSE_STACK_MS); if you got a windows bluetooth stack or widcomm. Use WiiUseApiManager.WIIUSE_STACK_BLUESOLEIL if you got bluesoleil.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user