Install.txt 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. Windows
  2. ----------------------------------------------------
  3. Choose your binary build - x64 or x86 (based on which version of
  4. the JVM you are installing to)
  5. NOTE: You MUST match your architecture. You can't install the i386
  6. version on a 64-bit version of the JDK and vice-versa.
  7. For a JDK installation:
  8. Copy RXTXcomm.jar ---> <JAVA_HOME>\jre\lib\ext
  9. Copy rxtxSerial.dll ---> <JAVA_HOME>\jre\bin
  10. Copy rxtxParallel.dll ---> <JAVA_HOME>\jre\bin
  11. Linux
  12. ----------------------------------------------------
  13. Choose your binary build - x86_64 or i386 (based on which version of
  14. the JVM you are installing to)
  15. NOTE: You MUST match your architecture. You can't install the i386
  16. version on a 64-bit version of the JDK and vice-versa.
  17. For a JDK installation on architecture=i386
  18. Copy RXTXcomm.jar ---> <JAVA_HOME>/jre/lib/ext
  19. Copy librxtxSerial.so ---> <JAVA_HOME>/jre/lib/i386/
  20. Copy librxtxParallel.so ---> <JAVA_HOME>/jre/lib/i386/
  21. NOTE: For a JDK installation on architecture=x86_64, just change the
  22. i386 to x86_64 above.