Driver class not found
790669Aug 10 2010 — edited Aug 17 2010I just migrated from SQL Developer Version 1.5.1 to Version 2.1.1.64. I'm getting Driver class not found error when i try to connect SQL Server Database. It works fine with my old version.
All my oracle DB connections are working fine but its not working with non oracle db.
Here are my problems
1. I don't see the SQLServer tab in the connect wiz of 2.1 whereas i see this in 1.5
2. Imported all my connections to 2.1. When i right click and connect i get this error "Driver Class not found"
3.When i do a test connection with 2.1 it throws a different error. Error: Invalid connection information specified. Verify the URL format for the specified driver.
Here is the URL in the custom box. In the advanced connection type option
jdbc:jtds:sqlserver://xyz:1433;databaseName=zzz:1433/
Can somebody help on this issue. Pl let me know if you need more info.