An error occurred at line: [16] in the generated java file: [F:\javaworkspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\work\Catalina\localhost\testWeb\org\apache\jsp\index_jsp.java]
Only a type can be imported. com.accu.testWeb.serial.manage.SerialPortManager resolves to a packageAn error occurred at line: [26] in the jsp file: [/index.jsp]
SerialPortManager cannot be resolved
23:       <td class="td1">串口</td>
24:       <td class="td2">
25:        <% 
26:         commList = SerialPortManager.findPort(); 
27:          if (commList == null || commList.size() < 1) {
28:    ShowUtils.warningMessage("没有搜索到有效串口!");
29:   
An error occurred at line: [28] in the jsp file: [/index.jsp]
ShowUtils cannot be resolved
25:        <% 
26:         commList = SerialPortManager.findPort(); 
27:          if (commList == null || commList.size() < 1) {
28:    ShowUtils.warningMessage("没有搜索到有效串口!");
29:   
30:    } else {
31:   
Stacktrace:] with root cause
org.apache.jasper.JasperException: Unable to compile class for JSP: