Connecting Tech Pros Worldwide Help | Site Map

Best Network Library Available in Java

Newbie
 
Join Date: May 2009
Posts: 6
#1: Oct 8 '09
Hello Guys/Gals,
I need to know which is the best network library available in java.... so, i can see all data packets passing through network adapter?????????
JosAH's Avatar
Expert
 
Join Date: Mar 2007
Posts: 10,611
#2: Oct 8 '09

re: Best Network Library Available in Java


Quote:

Originally Posted by maheshinvent View Post

Hello Guys/Gals,
I need to know which is the best network library available in java.... so, i can see all data packets passing through network adapter?????????

You need at least a bit of native code (e.g. JNI) because Java can't do such operating system and platform dependent stuff.

kind regards,

Jos
Reply