The Artima Developer Community
Sponsored Link

Java Answers Forum
error finding java.sql

1 reply on 1 page. Most recent reply: Oct 10, 2007 6:08 PM by Doug Gunnoe

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 1 reply on 1 page
sax sax

Posts: 1
Nickname: goodsaxxi
Registered: Oct, 2007

error finding java.sql Posted: Oct 9, 2007 4:09 AM
Reply to this message Reply
Advertisement
Hi,

My IDE doesn't find the "java.sql" package..

i've been working around system variable settings too:

PATH
c:\ruby\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32 \Wbem;C:\Programmi\ATI Technologies\ATI Control Panel;C:\Programmi\QuickTime\QTSystem\;C:\Programmi\ant\bin;C:\Programmi\Red5;C :\Programmi\EasyPHP 2.0b1\www\pear_installer\PEAR;C:\Programmi\EasyPHP 2.0b1\www\pear_installer;C:\Programmi\EasyPHP 2.0b1\php5;C:\Programmi\Java\jdk1.5.0_09\bin;C:\Programmi\InstantRails\ruby\bin ;

JAVA_HOME
C:\j2sdk1.4.2_16

CLASSPATH
.;C:\Programmi\Java\jre1.5.0_02\lib\ext \QTJava.zip;C:\Programmi\Java\jre1.6.0_03\lib


What should i do? i can load for ex java.io, java.utils, etc but not this java.sql

thanks

Sax


Doug Gunnoe

Posts: 22
Nickname: dgun
Registered: May, 2007

Re: error finding java.sql Posted: Oct 10, 2007 6:08 PM
Reply to this message Reply
I noticed that your classpath references the jre's for :

1.6.0_03 and 1.5.0_02

But your sdk points to the sdk 1.4.2_16

Would you not need the sdk for 1.6?

Good luck.

Flat View: This topic has 1 reply on 1 page
Topic: error finding java.sql Previous Topic   Next Topic Topic: protocol types supported by a browser

Sponsored Links



Google
  Web Artima.com   

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