A couple of points:
* You're trying to upload the JRE jar itself which Presto cannot do as these classes are already in the classpath. So you need to find a third-party source for your driver.
* Presto doesn't support MS Access as a datasource, although we have had some users who were successfull with a JDBC/ODBC bridge. Given your class, it looks like you already know this.
Sara, technical writer/jackbe


Hi,
I went to the configurations and opened the JDBC configuration option. I tried to add a new JDBC driver . My intent is to add JDBC driver for MS Access, so i entered the class name as " sun.jdbc.odbc.JdbcOdbcDriver " and in the location of the jar file i pointed to the rt.jar file present in the JRE in my system. when i click add the add button disappears , uploading starts and it never ends. Hence i am not able to add the JDBC driver . Please help me .