What steps will reproduce the problem?
1. select a table from database
2. Show the data
What is the expected output? What do you see instead?
I have this:
[2013-04-26 16:03:25] Exception in thread "main"
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:171)
at com.intellij.persistence.database.console.RemoteJdbcServer.main(RemoteJdbcServer.java:15)
What version of the product are you using? On what operating system?
I use the latest version of PHPStorm (actually ).
The latest version of Database Navigator (3.0.2530) and MySQL connector
"mysql-connector-java-5.1.24-bin.jar"
I'm on Mac OS X 10.7.5
Please provide any additional information below.
http://devnet.jetbrains.com/message/5485954
Original issue reported on code.google.com by math...@qbqm.fr on 26 Apr 2013 at 2:38
Original issue reported on code.google.com by
math...@qbqm.fr
on 26 Apr 2013 at 2:38