Sunday, June 29, 2008

How to install Java Communication Package on windows?

You can download Communication Package from following URL. This is a old package of Communication API.

http://people.inf.ethz.ch/hvogt/proj/pp/files/win/javacomm20-win32.zip

1. Unzip the file javacomm20-win32.zip to javacomm20-win32 directory.
2. Copy win32com.dll to your \bin directory.
3. Copy comm.jar to your \jre\lib\ext\ directory.
4. Copy javax.comm.properties to your \jre\lib directory.

You can check this installation with the Samples provided in the Java Communication Package.