Support This Project

Introduction

WiimoteCommander is a tool for connecting wiimotes (with extensions) to a PC.

Key features:


Requirements

The easiest way is to install required APIs JAR files in your JRE "lib/ext" directory. So they'll be available for the JVM without specifying a special classpath.

How to start

If you've made the required APIs JAR files available for the JVM, you just have to execute the "WiimoteCommnder.jar" file directly. It contains a manifest with the "Main-Class" defined inside.

You can also run the JAR with following command line:

    java -jar WiimoteCommander.jar -<look>
  
where <look> can be one of the following string values: The default look&feel is "CROSS_PLATFORM".

Example:
java -jar WiimoteCommander.jar -METAL
will run the application with a "METAL" look&feel.


Details

Following information is available on this Web site:

License

WiimoteCommander is distributed under the "GNU Lesser General Public License".

Version

This documentation corresponds to the version 2.0 of the software.