Installing Snowflake JDBC driver
问题 I am trying to install Snowflake JDBC driver according to instructions. I have downloaded and installed Java from here, then downloaded snowflake-jdbc-3.6.9.jar file from here. When I double-click the file, nothing happens. So I opened CMD and tried this: java -jar snowflake-jdbc-3.6.9.jar I received *no main manifest attribute, in snowflake-jdbc-3.6.9.jar* . When I open META-INF\MANIFEST.MF file, I do see: *Manifest-Version: 1.0* *Main-Class: net.snowflake.client.jdbc.SnowflakeDriver* I have