- I downloaded the current Felix jar linked over from http://felix.apache.org/downloads.cgi (for version 4.4.1)
- Extracted the .zip
- Ran the bin/felix.jar with "java -jar felix.jar"
- Observed that the felix-cache/ directory was created
I understand that I should be sitting in the Felix shell there, at that point. But I get no output. I type "help" as per the instructions here: http://felix.apache.org/documentation/subprojects/apache-felix-framework/apache-felix-framework-usage-documentation.html
But I get nothing in terms of a shell. Just a blank terminal that lets me type but doesn't respond at all.
Also, as described in the 'remote shell' instructions, I try to 'telnet localhost 6666' and also get nothing.
Am I wrong in terms of what I'm trying to do? Is the gogo shell a separate application? If not, and I'm correctly expecting to see the shell, where should I look to further debug this issue?