How do i have a jar communicate with another jar
- by ObviousComplexities
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.