The Artima Developer Community
Sponsored Link

Java Buzz Forum
Troubleshooting java.sql.Driver on J9/PocketPC

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Vik David

Posts: 144
Nickname: fairbiased
Registered: Jan, 2005

Vik David is an independant consultant in Washington, DC.
Troubleshooting java.sql.Driver on J9/PocketPC Posted: Aug 11, 2005 2:01 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Vik David.
Original Post: Troubleshooting java.sql.Driver on J9/PocketPC
Feed Title: The Fair And Biased Blog
Feed URL: http://blog.vikdavid.com/index.rdf
Feed Description: On Software Development and related program activities ...
Latest Java Buzz Posts
Latest Java Buzz Posts by Vik David
Latest Posts From The Fair And Biased Blog

Advertisement
This is probably a common problem for JDBC/SQL development on PocketPC, so I'm documenting it here. A reader of the Java on PocketPC faq emailed me with this exception: Exception e java.sql.Driver - protected system package 'java.sql' while trying to load the Oracle Lite driver using this line of code: Class.forName( oracle.lite.poljdbc.POLJDBCDriver ) Trouble was that J9 was not able to find java.sql.Driver in the classpath. This is provided in the separate JAR called database_enabler.jar which you may or may not have received with your IBM J9 download. You can...

Read: Troubleshooting java.sql.Driver on J9/PocketPC

Topic: WebDAV, DeltaV, Apache Slide Resources and Guides Previous Topic   Next Topic Topic: View from Asotria Column [Flickr]

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use