I'm running NanoHTTPD as a server , reading the inputs from client side.
These parameters taken from the user are to be passed to another java program which actually manipulates that data and sends back to the java server.
So, is there any way to send these parameters from this server to another Java program ,which is actually a part of runtime library of another new language called system j which is under development.