通过异常的CommPortIdentifier.getPortIdentifier(portname)

时间:2017-08-09 10:59:09

标签: java swing winapi javax.comm

在代码中:CommPortIdentifier.getPortIdentifier(portname)无法识别ComPort。

var bookName = document.getElementById('bookName').value,
    author = document.getElementById('author').value,
    translator = document.getElementById('translator').value,
    pageCount = document.getElementById('pageCount').value,
    publisher = document.getElementById('publisher').value,
    isbn = document.getElementById('isbn').value,
    printingYear = document.getElementById('printingYear').value;

我在链接how-to-install-java-communications中尝试了解决方案 但失败了,请帮帮我。

1 个答案:

答案 0 :(得分:0)

https://edn.embarcadero.com/article/31915中提供的解决方案。就我而言,我在PC上使用32位JRE和64位JRE。我根据我的java home放置了所需的文件,并使用了不同的JRE。

要下载comm.jar,win32com.dll和属性文件,我使用了http://kishor15389.blogspot.de/2011/05/how-to-install-java-communications.html