E
eve
Gast
Also habe das neueste JDK installiert. Man sollte doch meinen da wäre eine Unterstütung für eine Kommunikation über den seriellen Port integriert. Aber nein....
Habe also diese omniöse Datei javacomm20-win32.zip runtergeladen und bin der ReadMe gefolgt
Aber wenn ich das mitgeführte Beispiel ausprobieren will meckert Jedit immer das das package javax.comm nicht existiert.
Das einzgiste was ich vielleicht falsch mache ist den Classpath setzen. Die Kommandozeile gibt mir da kein Feedback. Wo kann ich das überprüfen. Oder wo sonst kann das Problem liegen?
Geht es vielleicht ganz anders (*raste bald aus)?
Habe also diese omniöse Datei javacomm20-win32.zip runtergeladen und bin der ReadMe gefolgt
If you are installing the Java communications API into a JRE (Java runtime environment) follow the same instructions as for the JDK except where noted. See the additional instructions for running using the JRE.
Copy win32com.dll to your <JDK>\bin directory.
C:\>copy c:\commapi\win32com.dll to c:\jdk1.1.6\bin
Copy comm.jar to your <JDK>\lib directory.
C:\>copy c:\commapi\comm.jar c:\jdk1.1.6\lib
Copy javax.comm.properties to your <JDK>\lib directory.
C:\>copy c:\commapi\javax.comm.properties c:\jdk1.1.6\lib
The javax.comm.properties file must be installed. If it is not, no ports will be found by the system.
Add comm.jar to your classpath (do not do this step for a JRE installation).
If you don't have a classpath defined:
C:\>set CLASSPATH=c:\jdk1.1.6\lib\comm.jar
If you already have a classpath defined:
C:\>set CLASSPATH=c:\jdk1.1.6\lib\comm.jar;%classpath%
Aber wenn ich das mitgeführte Beispiel ausprobieren will meckert Jedit immer das das package javax.comm nicht existiert.
Das einzgiste was ich vielleicht falsch mache ist den Classpath setzen. Die Kommandozeile gibt mir da kein Feedback. Wo kann ich das überprüfen. Oder wo sonst kann das Problem liegen?
Geht es vielleicht ganz anders (*raste bald aus)?