Java Interprocess Communication

后端 未结 4 1069
梦谈多话
梦谈多话 2020-12-18 08:54

I have a situation where i need to send commands to a running java application, now i am using tcp/ip socket to send commands to the application using a internet explorer co

4条回答
  •  猫巷女王i
    2020-12-18 09:47

    You can use Java Management Extentions (JMX) to expose methods in a running process through a simple web interface.

提交回复
热议问题