caller id
[2000-05]
This is a Java based caller id application with source code available. This is my first attempt at a real Java program. I am distributing it under the terms of the
GNU GPL.
Please send any bug reports to jamie@stratusnine.com.
Installation Instructions:
- Download the program
- Download the Java Runtime Environment
- Install the JRE
- Extract files from callerid.zip — put the files in the
program directory somewhere like c:\program files\callerid - copy c:\program files\callerid\javax.comm.properties c:\program files\javasoft\jre\1.2\lib (assuming you install the JRE in c:\program files\javasoft)
- copy c:\program files\callerid\win32com.dll c:\program files\javasoft\jre\1.2\bin
- Create a shortcut
- Right click on the shortcut, select properties, and make the following changes
- Set Target: c:\program files\javasoft\jre\1.2\bin\javaw.exe -cp CallerID.jar;comm.jar CallerID.CallerID
- Set Start in: C:\Program Files\CallerID\
- Change Icon: C:\Program Files\CallerID\CallerID.ico
- Right click on the shortcut, select properties, and make the following changes