First, make sure you have the version of Java that you will need. To find out what version of Java is currently installed, enter:
Code Block | ||
---|---|---|
| ||
> java -version
|
The SSDT recommends using the latest version of Java Version 6. Java 7 has not yet been tested. Agent will run using Java 6 or Java 7 32-bit, Java 8 has not been tested. We have found that in some cases the ciphers on the SSL are not compatible with Java 6. Updating to Java 7 may resolve SSL handshake errors that may be occurring.
If you have the correct version of Java, please skip to the next section.
...