Results 1 to 3 of 3
Thread: Names pipes in java
- 01-27-2008, 05:06 AM #1
Member
- Join Date
- Jan 2008
- Posts
- 1
- Rep Power
- 0
Names pipes in java
I need to use named pipes in my java application to communicate with a .net application.
As named pipes is OS dependent and not included in java it would probably have to be included through JNI. Anyone have any idea how to do this? or if there already exist a library with this function?
Some information on named pipes:
Named Pipes (Windows)
- 08-06-2011, 08:14 PM #2
- Join Date
- Dec 2010
- Location
- Stockholm, Sweden
- Posts
- 222
- Blog Entries
- 9
- Rep Power
- 3
I think named pipes are supported under the nio package included in Java, for both Linux and Windows.
Ex animo! Hibernate
Java, Arch Linux, C, GPL v3, Bash, Eclipse, Linux VT, GNOME 2 and many buttons on windows.
- 08-06-2011, 08:20 PM #3
- Join Date
- Dec 2010
- Location
- Stockholm, Sweden
- Posts
- 222
- Blog Entries
- 9
- Rep Power
- 3
I also think socket files are supported.
However if they are not, why not just check which OS the user is using and perform a system dependent program call,
like mkfifo <filename> for Linux?Ex animo! Hibernate
Java, Arch Linux, C, GPL v3, Bash, Eclipse, Linux VT, GNOME 2 and many buttons on windows.
Similar Threads
-
How to use pipes for inter-thread I/O
By Java Tip in forum java.langReplies: 0Last Post: 04-09-2008, 06:37 PM -
Getting names of table columns
By Java Tip in forum Java TipReplies: 0Last Post: 01-07-2008, 08:39 AM -
Drive names
By alwz_nikhil in forum New To JavaReplies: 0Last Post: 11-28-2007, 10:04 AM -
how to get the names of the files
By mary in forum Advanced JavaReplies: 2Last Post: 08-05-2007, 04:01 AM -
named pipes
By samson in forum NetworkingReplies: 1Last Post: 04-04-2007, 06:40 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks