Skip to content

Commit

Permalink
Minor Java binding README updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 28, 2007
1 parent 40734a0 commit f80b46b
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README
Expand Up @@ -65,12 +65,15 @@ Java bindings:
minor modifications also applies to the Java bindings. We welcome patches
and bug reports on the Java bindings, but don't officially support them.

Thanks to Brian Ballsun-Stanton for kicking this into gear.

Mac OS X, Linux and Cygwin can run "make java" to build the bindings and run
"java TestManyMouse" to make sure they worked. Cygwin and Linux users may
need to adjust the WINDOWS_JDK_PATH (or LINUX_JDK_PATH) line at the top of
the Makefile to match their JDK installation.
Mac OS X, Linux and Cygwin can run "make java" to build the bindings and run
"java TestManyMouse" to make sure they worked. Cygwin users may need to
adjust the WINDOWS_JDK_PATH line at the top of the Makefile to match their
JDK installation. Linux users should do the same with LINUX_JDK_PATH and
make sure that the resulting libManyMouse.so file is in their dynamic loader
path (LD_LIBRARY_PATH or whatnot) so that the Java VM can find it.

Thanks to Brian Ballsun-Stanton for kicking this into gear. Jeremy Brown
gave me the rundown on getting this to work with Cygwin.


Some general ManyMouse usage notes:
Expand Down

0 comments on commit f80b46b

Please sign in to comment.