Setup
 
IntelliJ IDEA 3.x

Plugin

  • Extract the zip file to <IDEA_HOME>/plugins/ks-sql

JDBC Driver

  • Copy the JDBC driver jar file to <IDEA_HOME>/plugins/ks-sql/lib
  • or
  • Specify the location of JDBC driver in the plugin settings

SunJCE

The SunJCE is required to encode the passwords before they are saved into the workspace.

  • Copy sunjce_provider.jar (supplied with default JDK 1.4.x) to <IDEA_HOME>/jre/lib/ext
IntelliJ IDEA 4.x and higher

Plugin

  • Use the plugin manager from IntelliJ IDEA

JDBC Driver

  • Copy the JDBC driver jar file to <IDEA_HOME>/config/plugins/ks-sql/lib
  • or
  • Specify the location of JDBC driver in the plugin settings