Source
Setting Up IntelliJ IDEA CE for Snowpark Java
Choose File » New » Project. From the Project SDK menu, select 11 (for Java version 11). Note that you don’t need to select an archetype. You can just leave the Create from archetype box unchecked.
JDBC Driver Compatibility Issue With JDK 16 and Later: Exception creating result java.lang.ExceptionInInitializerError at net.snowflake.client.jdbc.internal.apache.arrow.memory.UnsafeAllocationManager
CAUSE: The failure is directly caused by one of the JDBC driver's dependencies, Apache Arrow, when attempting to use reflection in order to access a private member of the java.
Enabling JDBC Driver Debugging in DBeaver
You should see the log file generated at the default location specified by java.io.tmpDirjava.io.tmpDir default path based on OSMacOS and Linux: /var/tmp Windows: C:\temp The above steps are sufficient to generate the logs.