Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [dsdp-tm-dev] TM Terminal plugins fail to compile

Hi Sheldon,
 
if you don't need the serial terminal, you just don't check out
org.eclipse.tm.terminal.serial.
If you need the serial terminal:
 
Prerequisites:
--------------
In order to compile and run this plugin, RXTX has to be installed into 
the jvm. Once RXTXcomm.jar is installed in your JRE, you'll need to 
quit and re-start Eclipse PDE in order to recompute the classpath.

Installation:
-------------
* Get RXTX binaries from
  ftp://ftp.qbang.org/pub/rxtx/rxtx-2.1-7-bins-r2.zip
* Copy RXTXcomm.jar into $JRE/lib/ext
* Copy the native libs for your Platform (*.so, *.jnilib, *.dll)
  into the respective native lib folder of your RSE 
* More installation instructions are at
  http://rxtx.qbang.org/wiki/index.php/Main_Page
* More downloads for other platforms (currently about 30)
  are available from the "ToyBox" link on
  http://users.frii.com/jarvi/rxtx/download.html

Michael


________________________________

	From: dsdp-tm-dev-bounces@xxxxxxxxxxx
[mailto:dsdp-tm-dev-bounces@xxxxxxxxxxx] On Behalf Of Sheldon Dsouza
	Sent: 06 February 2007 13:35
	To: dsdp-tm-dev@xxxxxxxxxxx
	Subject: [dsdp-tm-dev] TM Terminal plugins fail to compile
	
	
	Hi,
	
	              I have checked out the TM terminal plugins for
utilizing the telnet functionality. It fails to compile as it cannot
find the gnu.io pckage, where can i get this native package. 
	
	Regards,
	Sheldon
	



Back to the top