I cannot solve this problem:
Exception in thread "main" java.lang.RuntimeException: java.io.FileNotFoundException: File /x64/sqljdbc_auth.dll was not found inside JAR.
at com.intellij.execution.rmi.RemoteServer.setupDomainAuth(RemoteServer.java:131)
at com.intellij.execution.rmi.RemoteServer.start(RemoteServer.java:55)
at com.intellij.database.remote.RemoteJdbcServer.main(RemoteJdbcServer.java:15)
Caused by: java.io.FileNotFoundException: File /x64/sqljdbc_auth.dll was not found inside JAR.
at com.intellij.execution.rmi.RemoteServer.extractLibraryFromJar(RemoteServer.java:171)
at com.intellij.execution.rmi.RemoteServer.setupDomainAuth(RemoteServer.java:127)
... 2 more
I have copied sqljdbc_auth.dll
in C:\Windows\System32
but its not working.