nyholku / purejavacomm

Pure Java implementation of JavaComm SerialPort
http://www.sparetimelabs.com/purejavacomm/index.html
BSD 3-Clause "New" or "Revised" License
366 stars 146 forks source link

open() & close() not working #132

Open mibtal opened 4 years ago

mibtal commented 4 years ago

Hi, I meet an error today compiling a java application in Netbeans IDE, the compiler does not recognize open() neither close() SerialPort. that's happen on Windows 7 (32 bit). the debugger said can not find symbol...the library is imported even jna library everything is OK except this error. any help ?