How do i have a jar communicate with another jar
Posted
by
ObviousComplexities
on Stack Overflow
See other posts from Stack Overflow
or by ObviousComplexities
Published on 2012-10-21T04:54:30Z
Indexed on
2012/10/21
5:00 UTC
Read the original article
Hit count: 82
Ok so i have 2 jars (Console, Core)
1st-Console) receives user input
2nd-Core) processes the input and gives an output
i'm trying to have the two "Communicate" with each other by exchanging input and output
now i have tried writing to a file to communicate when i ran into the problem of "Notifying" the other that there is input to receive and output to give
i'm a bit new to this ideal so if its an easy function, please don't criticize.
© Stack Overflow or respective owner