I am trying to connect a servlet/ JSP app to a dcom port on a computer. I know of 2 options. One is the Java Comm API and the other is the JNI anda native c dll. I tried installing hte Comm API but am having problems. Anyone know or have experience with the Comm API? If so is it easier to use a JNI type approach?
-
Connecting to a Comm port via Java (2 messages)
- Posted by: Michael Rasmussen
- Posted on: January 24 2002 13:39 EST
Threaded Messages (2)
- Connecting to a Comm port via Java by Weston Aiken on January 25 2002 13:19 EST
- Connecting to a Comm port via Java by Michael Rasmussen on January 25 2002 14:31 EST
-
Connecting to a Comm port via Java[ Go to top ]
- Posted by: Weston Aiken
- Posted on: January 25 2002 13:19 EST
- in response to Michael Rasmussen
The COMM API is a much easier solution. Are you still having problems? -
Connecting to a Comm port via Java[ Go to top ]
- Posted by: Michael Rasmussen
- Posted on: January 25 2002 14:31 EST
- in response to Weston Aiken
I got the comm api to install and i can compile stuf with javac but the api ahs rendered the java command useless. I am using windows 2000 advanced server. I followed the instructions for installation that come with the api. Now I get a Classs def not found exception every time I try to run bytecode through java. Even in a hello world program. Any suggestions?