Hi,
ich benutze Java SDK 1.4.1 mit JRE unter WinXP. Ich moechte die Communications API benutzen: http://java.sun.com/products/javacomm/javadocs/packages.html
Ich folge genau diesen hinweisen:
Place the win32com.dll in <jdk>\jre\bin directory.
Place the comm.jar in <jdk>\jre\lib\ext.
Place the javax.comm.properties in <jdk>\jre\lib .
Do not alter the CLASSPATH.
Trotzdem bekomme ich immer folgende Fehlermeldung wenn ich eine Methode der Klasse anspreche. Compilieren geht aber:
Exception in thread "main" java.lang.NoClassDefFoundError: javax/comm/CommPortIdentifier at ...
kann irgendjemand helfen? habe schon alles mehrmals deinstalliert und neu installiert aber ohne erfolg.