Operating System - Linux
1753582 Members
6365 Online
108796 Solutions
New Discussion

Re: C && Java application interaction in Linux

 
Sethunath K.O
Occasional Advisor

C && Java application interaction in Linux

Hi All

I am trying port application from AS400 platform to Linux
Current AS400 architecture internally has two frameworks in place, i.e. C based framework and Java based framework and that they interact with each other using user queues and sockets (covering both real-time and off-line). We have to implement the similar interfacing between C and Java application in Linux.

I request your insight towards this interfacing design and therefore your suggestions can help me think of various approaches in how C and Java applications can interact with each other (within and across same systems (Linux)).

Thanks in advance
Sethu

1 REPLY 1
Ivan Ferreira
Honored Contributor

Re: C && Java application interaction in Linux

These links may help you:

https://java.sun.com/docs/books/jni/html/intro.html
http://www.chineselinuxuniversity.net/showarticle.php?channel=1&id=572
http://www.javaworld.com/javaworld/jw-12-1996/jw-12-sockets.html
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?