I am trying to install ta-lib
for use with a ruby gem (ta-indicator), but the jar file says there is no manifest attribute. This is a fresh Win 10 install with the most recent version of Java SE and the JDK. Can someone tell me what I am doing wrong?
Note: Most of the solutions I have seen for this issue on SO involve jars the user has created. In my case the JAR has been created by someone else here, and apparently works quite well for most people.
Note 2: java -cp foo.jar full.package.name.ClassName
might work if I knew that information
C:\Users\king\Downloads>java -jar ta-lib-0.4.0.jar
no main manifest attribute, in ta-lib-0.4.0.jar
C:\Users\king\Downloads>java -version
java version "1.8.0_91"
Java(TM) SE Runtime Environment (build 1.8.0_91-b15)
Java HotSpot(TM) 64-Bit Server VM (build 25.91-b15, mixed mode)