Link to home
Start Free TrialLog in
Avatar of rstaveley
rstaveleyFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Unix domain sockets AF_UNIX on Linux - JNI??

I need my Java application to connect to a Unix domain socket AF_UNIX on Linux. [No it really is not TCP/IP, before you ask :-) ]

Is there a JNI implementation anyone can recommend for this? I am using Sun5 JVM - if that makes any difference.
ASKER CERTIFIED SOLUTION
Avatar of Ajay-Singh
Ajay-Singh

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rstaveley

ASKER

I was wondering if there was an "off the shelf" JNI library for this, or if I'd need to write my own.
I just had to confront doing this and happily it wasn't very difficult in the event.