I am trying to install Java redis client (Jedis). After downloading some of its packages (for example jedis-2.1.0.jar) from jedis download page and trying to execute it with command:
java -jar jedis-2.1.0.jar
I got this type of message:
no main manifest attribute, in jedis-2.1.0.jar
I also read wiki jedis page but I don't understand how to use "Getting started" from that page for installation.