Changing the JRE/JDK that DataGrip uses

Is there a way change from the JRE/JDK that ships with DataGrip to the OS version?  

There seems to be some issue with the driver I'm using (Impala from Simba) and Kerberos and the JRE that ships with DataGrip (OpenJDK Runtime Environment (build 1.8.0_152-release-1024-b11)).  

Using a very basic JDBC/Java program, I've narrowed it down to this.  The program works fine with my OS JDK (Java HotSpot(TM) 64-Bit Server VM (build 25.162-b12, mixed mode)) and fails with the same error when I use the one from DataGrip.

 

 

0

Find Action (Ctrl+Shift+A) -> Switch JDK

1

Tried the changing the JRE, but it says min version should be 1.8, so, this doesn't work for me, need to use 1.5

0

Why do you need java 1.5? IDE optimized for proper work with bundled jdk/jre. With your own jdk/jre it could work with errors.

0

Have databases in Oracle 7 and wanted one tool to rule them all, but the JDBC complains when using JDK 1.8, tried with several jar's and got to the point of getting one that worked with 1.8, it complained, but worked, but it was adding extra columns and doing weird stuff.

Tried the same JDBCwith DB Visualizer 6 using JDK 1.5 and worked.

0

请先登录再写评论。