Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Target Communication Framework » Where to get gnu.io.CommPortIdentifier
Where to get gnu.io.CommPortIdentifier [message #1064616] Thu, 20 June 2013 09:10 Go to next message
Edwin Bruckner is currently offline Edwin BrucknerFriend
Messages: 4
Registered: June 2013
Junior Member
After installing CDT, i have still one last problem getting
Eclipse GIT Repository http://git.eclipse.org/c/tcf/org.eclipse.tcf.git
to work:

import gnu.io.CommPortIdentifier;
is still missing, which results in some errors:

Description Resource Path Location Type
CommPortIdentifier cannot be resolved to a variable SerialLinePanel.java /org.eclipse.tcf.te.ui.controls/src/org/eclipse/tcf/te/ui/controls/wire/serial line 541 Java Problem
CommPortIdentifier cannot be resolved to a variable SerialLinePanel.java /org.eclipse.tcf.te.ui.controls/src/org/eclipse/tcf/te/ui/controls/wire/serial line 536 Java Problem
CommPortIdentifier cannot be resolved SerialLinePanel.java /org.eclipse.tcf.te.ui.controls/src/org/eclipse/tcf/te/ui/controls/wire/serial line 525 Java Problem
CommPortIdentifier cannot be resolved to a type SerialLinePanel.java /org.eclipse.tcf.te.ui.controls/src/org/eclipse/tcf/te/ui/controls/wire/serial line 525 Java Problem
CommPortIdentifier cannot be resolved to a variable SerialLinePanel.java /org.eclipse.tcf.te.ui.controls/src/org/eclipse/tcf/te/ui/controls/wire/serial line 533 Java Problem
CommPortIdentifier cannot be resolved to a type SerialLinePanel.java /org.eclipse.tcf.te.ui.controls/src/org/eclipse/tcf/te/ui/controls/wire/serial line 531 Java Problem
The import gnu cannot be resolved SerialLinePanel.java /org.eclipse.tcf.te.ui.controls/src/org/eclipse/tcf/te/ui/controls/wire/serial line 12 Java Problem


Where should i get "gnu.io.CommPortIdentifier" from?

I can not find this mentioned within
http://git.eclipse.org/c/tcf/org.eclipse.tcf.git/plain/docs/TCF%20Getting%20Started.html
Re: Where to get gnu.io.CommPortIdentifier [message #1064727 is a reply to message #1064616] Thu, 20 June 2013 16:39 Go to previous messageGo to next message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
This is from RXTX, a library to access serial ports from Java.
It's used for the TCF Terminals view / serial terminal connector.

You can simply close the respective project / plugin in your workspace that depends on RXTX, it's not vital for the core of TCF. Or you install RXTX from its update site into your host Eclipse:

http://rxtx.qbang.org/eclipse/

Downloads are here:

http://rxtx.qbang.org/eclipse/downloads/

Documentation is here:

http://rxtx.qbang.org/wiki/index.php/Main_Page

Could you file a [doc] bug against TCF "Target Explorer" component that they need to update the "Getting Started" docs to mention that dependency ?

Thanks,
Martin
Re: Where to get gnu.io.CommPortIdentifier [message #1064782 is a reply to message #1064727] Fri, 21 June 2013 05:56 Go to previous message
Uwe Stieber is currently offline Uwe StieberFriend
Messages: 19
Registered: July 2009
Junior Member
Well, the dependency to the "gnu.io" package is optional ...

See MANIFEST.MF:

Import-Package: gnu.io;resolution:=optional
Previous Topic:Welcome to eclipse.tcf
Next Topic:Persistence of Memory Monitors
Goto Forum:
  


Current Time: Wed Apr 24 21:18:46 GMT 2024

Powered by FUDForum. Page generated in 0.03257 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top