|
javax/comm/SerialPortEvent
Hey guys
when I try to execute my jar file, I do get the error
Exception in thread "main" java.lang.NoClassDefFoundError: javax/comm/SerialPortEventListener
It seems that i cannot find the class javax.comm.SerialPortEventListener
but I have in the manifest file included the line "Class-Path: comm.jar". what am I doing wrong guys?
|