1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00
cdt/terminal/org.eclipse.tm.terminal.serial
2006-12-15 09:41:16 +00:00
..
.settings Switch terminal to standard RSE jdt.core.prefs 2006-12-07 13:43:20 +00:00
META-INF use .qualifier in plugin and feature versions 2006-12-02 06:17:11 +00:00
src/org/eclipse/tm/terminal/internal/serial [cleanup] fix terminal copyright headers and beautify 2006-12-07 10:19:22 +00:00
.classpath removed comm dependency 2006-12-01 14:47:42 +00:00
.project bug 165177: split the plugin into the terminal view and connection contributions 2006-12-01 03:08:19 +00:00
about.html Add about.html to terminal plugins 2006-12-07 11:07:43 +00:00
about.ini Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
about.mappings Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
about.properties Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
build.properties Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
eclipse32.png Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
plugin.properties Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
plugin.xml [cleanup] fix terminal copyright headers and beautify 2006-12-07 10:26:20 +00:00
README.txt Add instructions for installing comm.jar into the jre 2006-12-04 13:33:13 +00:00

Important note:

In order to compile and run this plugin, comm has to be installed into 
the java installation. Once comm.jar is installed in your JRE, you'll
need to quit and re-start Eclipse PDE in order to recompute the classpath.

Linux or Solaris:
-----------------
* Get comm3.0_u1 or later from Sun at 
  http://www.sun.com/download/products.xml?id=43208d3d
* Follow the installation instructions. As per 3.0_u1 on Linux, you need to
  - cp jar/comm.jar $JRE/lib/ext
  - cp doc/javax.comm.properties $JRE/lib
  - cp lib/*.so $JRE/lib/i386

Windows:
--------
* Get comm.jar 2.0.3 ZIP archive from Sun at
  http://www.sun.com/download/products.xml?id=43208d3d
  - Extract comm.jar into %JRE%\lib\ext
* Get rxtx-2.0-7pre1-i386-pc-mingw32.zip from
  http://users.frii.com/jarvi/rxtx/download.html
  - Extract RXTXcomm.jar into %JRE%\lib\ext
  - Extract rxtx*.dll into %JRE%\bin
* Create new text file 
	%JRE%\lib\javax.comm.properties
  with the following line as contents:
	driver=gnu.io.RXTXCommDriver

Other platforms (MaxOS X etc):
------------------------------
* Get comm.jar 2.0.3 as explained for Windows
* Get rxtx-2.0-7pre1.tar.gz sources for your platform from
  http://users.frii.com/jarvi/rxtx/download.html
* Follow instructions to compile and install. You'll need a 
  javax.comm.properties file as explained for Windows.