Hi Tony,
rt.jar is probably too big and taking long time to upload. btw, are you uploading to Presto 3.0 cloud ? If you are planning to use your database with Presto cloud, then your database has to be running on public IP and should be reachable by Presto cloud. Is that the case ?
- Girish@JackBe
I was uploading to a local instance of Presto 3.0. I figured out the issue and didn't need the rt.jar after all. I was trying to pull the JAR file in to use the JDBC:ODBC driver to pull information from Microsoft Access but I was able to pull the information by creating an EMML file with the calls to the driver.
Thanks,
Tony



Hi,
In Presto 3.0 I'm trying to make a JDBC driver for the JDBC:ODBC driver. It is part of the rt.jar file in the JRE (C:\Program Files\Java\jdk1.6.0_21\jre\lib). When trying to upload the rt.jar file in Presto 3.0 it just stalls after clicking "Add this JDBC Driver". Any ideas on another way to have the JDBC:ODBC driver available as an option if I can't upload the rt.jar file?
I didn't see any errors in the log files.
Thanks,
Tony