rt.jar file upload Presto 3.0

adiaz@alumni.ufl.edu
adiaz@alumni.ufl.edu's picture
User offline. Last seen 1 year 8 weeks ago. Offline
Joined: 06/19/2010
Points: 41

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

0
Your rating: None
girish
girish's picture
User offline. Last seen 8 weeks 6 days ago. Offline
Joined: 09/22/2008
Points: 70

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

adiaz@alumni.ufl.edu
adiaz@alumni.ufl.edu's picture
User offline. Last seen 1 year 8 weeks ago. Offline
Joined: 06/19/2010
Points: 41

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