I need to create a Java command line to that will be invoked remotely on a server. It will need to:
Before I go off and roll my own, Is anyone aware of a Java library that might facilitate all or part of this?
i.e. From the command line in ssh it might look like this:
bob> java -jar MyTool.jar
MyTool Started.
Please enter command:> server1 startup
server starting...
server started> server2 load accounts
Done> server3 shutdown
Complete>quit
Check out JReadline and jline2.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With