Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java equivalent ( or similar ) to powershell

I am aware of JMX, however I would not consider it anywhere near or equivalent to PowerShell or some other command-line/shell. For instance, JMX Beans and JConsole seem more like a GUI, where the user can perform operations only provided they are directly available by said bean. You cannot do more complex operations like filter, pipe, etc. This is where command-lines/shells like PowerShell go a little further.

Can anyone make any suggestions towards creating something more like PowerShell and less like JMX?

What FOSS libraries can help me get there ?

like image 562
mP. Avatar asked May 19 '11 06:05

mP.


1 Answers

Have you tried Beanshell ?

like image 196
MJB Avatar answered Oct 03 '22 08:10

MJB