Skip to content

Java JRE Setup

AnthonySabbagh edited this page Jun 12, 2017 · 4 revisions
  • If you already have a recent version of Java installed, you may skip this tutorial

  • Download the appropriate (32/64 bit) Java JRE setup zip file from Software Sources and save it to your computer

  • Extract the zip file.

  • Install using the jre-7u60-windows-%.exe file using default options.

  • Click on the highlighted file to begin installation.

  • Click on the Install button to continue

  • After installation, open command prompt and type "java -version". You should see the Java version information displayed.

  • If you do not see the latest version installed, contact someone for assistance
  • Download the JDBC driver for SQL from Microsoft's website
  • Place sqljdbc_auth.dll in the bin folder of your JRE directory
  • Place sqljdbc.jar in the lib folder in your JRE directory
Clone this wiki locally