java - Installing Vertica JDBC jar file in WIndows 7 -


having trouble installing vertica_5.1.1_jdk_5 on windows 7 pc. installed latest java sdk. when type java -jar vertica_5.1.1_jdk_5.jar, "no main manifest attributes". opened manifest file within jar, , found "manifest-version: 1.0 created-by: 1.5.0_07 (sun microsystems inc.)". i've read, i'm missing main class statement in here. how figure out add manifest file?

a jdbc driver library used java application. not program itself, doesn't have main-class attribute, , therefor cannot run trying do.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -