ExpectJ is a Java implementation of the Unix expect utility. ExpectJ provides a Unix expect like support to write Java Programs that communicate with other programs and perform some operation on them. Download from http://expectj.sf.net.
Categories
CommunicationsLicense
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow ExpectJ
Other Useful Business Software
Zenflow- The AI Workflow Engine for Software Devs
Zenflow is the AI workflow engine built for real teams. Parallel agents plan, code, test, and verify in one workflow. With spec-driven development and deep context, Zenflow turns requirements into production-ready output so teams ship faster and stay in flow.
Rate This Project
Login To Rate This Project
User Reviews
-
ExpectJ is key to my software's success DatacenterManager on java-apps.org There's still one thing that's missing and that is regular expressions. Due to lack of ExpectJ regex support DatacenterManager can't match ver well and need to await the timeout set within ExpectJ and still find out the output matched. This greatly reduces the performance of any tool using ExpectJ. I would be very grateful if ExpectJ would support Regex matches!
-
Works fairly well, and easy to extend.
-
The built in telnet and ssh (using jsch) features are working well for me in my current project that issues various router queries.