<html>
<body>
So I used Jpcap and Winpcap to allow my program to list the network
interfaces, <br>
let the user choose one, then send and recieve UDP messages . Works<br>
great on my computer with Jpcap and Winpcap installed on it. I have <br>
included jpcap.dll and jpcap.jar,wpcap.dll,packet.dll,wanpacket.dll,
<br>
npptools.dll in the install program and put them in the correct folder
<br>
upon install( I think). ANd still I cannot get jpcap to list the <br>
network interfaces at all on any computer I install my program on other
than my own.<br><br>
final jpcap.NetworkInterface[] devices = JpcapCaptor.getDeviceList();
<br><br>
after this code run on another computer&nbsp;&nbsp;&nbsp; devices ==
null&nbsp; (I included a <br>
label that changes text to tell me this) <br><br>
I don't know which file I am not including in my install program but
<br>
this is driving me crazy, I don't know why it works on my computer but
<br>
not any i install it on and I am at the end of ideas to find the file/
<br>
files I am missing in the install program. The files I have after install
are the same as the files the <br>
other PCs get on install so it has to be a file I installed to get Jpcap
and Winpcap to work with my dev kit.<br>
But they were both self installing .exes and I then moved some files
around to match my javax package install.<br>
Anybody got any Ideas?? <br><br>
Ray <br><br>
<x-sigsep><p></x-sigsep>
<font size=2>Ray A. Jaramillo<br>
Software Engineer<br>
Micro Control Systems<br>
5877 Enterprise Parkway<br>
Fort Myers, Florida 33905<br>
Phone: (239) 694-0089<br>
Fax: (239) 694-0031<br>
Web:
<a href="http://www.mcscontrols.com">www.mcscontrols.com</a><br><br>
</font></body>
</html>