Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] SerialPort


This seems like a question that should be asked on the newsgroup. The eclipse-dev mailing list is for announcements that are of general interest to the people who are *implementing* Eclipse. Follow the newsgroups link at www.eclipse.org for more inf.

In this particular case, I would make sure that your program works when run outside of Eclipse. If this succeeds, but running from within Eclipse fails, you should re-ask the question on the newsgroup.

McQ.



"Ravindran, Suchitra" <suchitrar@xxxxxxxxxx>
Sent by: eclipse-dev-admin@xxxxxxxxxxx

05/11/03 09:59

Please respond to
eclipse-dev

To
<eclipse-dev@xxxxxxxxxxx>
cc
Subject
[eclipse-dev] SerialPort





Hi All,
 
   I am trying to listen to the Serial Port and trap the data sent. I have added the comm.jar file in the C:\Program Files\Java\j2re1.4.0_01\lib\ext folder. I don't have any errors when I build my project but when i run this, it fails and gives me the following error

Unhandled exception caught in event loop.

Reason:

javax/comm/SerialPortEventListener

Can any help me with trace out whats wrong here.

Thanx

Suchi

 

***********************************************************************************
Information contained in this email message is intended only for use of the
individual or entity named above. If the reader of this message is not the
intended recipient, or the employee or agent responsible to deliver it to
the intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited. If you
have received this communication in error, please immediately notify the
postmaster@xxxxxxxxxx and destroy the original message.
**************************************************************************************


Back to the top