OSI support with Java Socket

Now I am programming in an OSI stack environment with java. But I don't know how to support OSI access with java socket.1. How to support the whole OSI protocol stack on my PC?2. How to program with java to communicate with an OSI device based on socket?Thanks!
[290 byte] By [winter_treea] at [2007-10-2 20:10:53]
# 1
Even assuming you can solve (1), you can't do (2) unless you write some JNI. There's no OSI support in Java.Actually I'm amazed to find that OSI is still alive somewhere!
ejpa at 2007-7-13 22:51:24 > top of Java-index,Archived Forums,Socket Programming...
# 2
Does it mean the only way is to find a program in C++ and wrap it in Java (JNI)? Has anyone done this before so that I can use as a product, either free or paid?
winter_treea at 2007-7-13 22:51:24 > top of Java-index,Archived Forums,Socket Programming...
# 3

I googled these:

http://www.marben-products.com/OSIAM/osi_protocol_suite.html

http://www.boldonjames.com/products/impart4win.htm

http://www.vertel.com/products/ps_stacks.asp

http://www.highbeam.com/doc/1G1:60477752/ONES+FOUNDATION+OSI+PROTOCOL+STACK+DEBUTS+FOR+WINDOWS+NT~R~(Product+Announcement).html?refid=SEO

I haven't used any of them, and I can't find any evidence that the last one still exists (http://www.one.com/). There may be others.

ejpa at 2007-7-13 22:51:24 > top of Java-index,Archived Forums,Socket Programming...