accessing ports from java,vc++

E

Thread Starter

Eswari

I want to access the ports from vc++ application. I found out winIO dll. Then I want to access it from java. I used JNI to access c++ from java.But it won't work for vc++. Can u help me?
 
J

James Ingraham

Rather than using JNI, try the javax.comm package. It can be downloaded from Sun, though it is not part of the standard JDK.

-James Ingraham
Sage Automation, Inc.
 
Top