java comm pls help.

hi iam working on a sms project.

the code reads sms fro com1

i have copied win32comdll to C:\j2sdk1.4\bin and javax.properties,comm.jar to j2sdk/lib

and classpath to comm.jar

iam able to run the code in jd1.3.

but when i try in j2sdk1.4 .its not working .

the port is not opening and its catching null pointer exception

iam using comm api,java.properties ,win32comdll

pls help urgent

thanks

arvin

[465 byte] By [bronze-starDukes] at [2007-11-26 12:09:42]
# 1
You need to copy the library and properties to each JDK/JRE used on the machine.In a machine where you have multiple versions of the JDK/JRE, each will have its own lib, bin, ext directories. Each instance must have the add-on libraries and properties files copy to them.
silverstar at 2007-7-7 13:46:47 > top of Java-index,Archived Forums,Socket Programming...
# 2
You might want to try the alternative mentioned here: http://forum.java.sun.com/thread.jspa?forumID=31&threadID=698876This thread may also be useful: http://forum.java.sun.com/thread.jspa?forumID=31&threadID=684314
platinumsta at 2007-7-7 13:46:47 > top of Java-index,Archived Forums,Socket Programming...