Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » new class wizard
new class wizard [message #150313] Sat, 29 April 2006 15:26 Go to next message
Eclipse UserFriend
Originally posted by: akadanitan.yahoo.com

I am trying to create a new class that implements the java.sql.Driver
interface. I choose "New..." then "Class" and enter a class name, then
click the "Add" button to add an interface to be implemented. However,
when I type: "java.sql" nothing is returned. It seems that I need
something set so that eclipse knows about the standard java
packages--where is that setting? I have the latest JRE in my build path...
Re: new class wizard [message #150327 is a reply to message #150313] Sat, 29 April 2006 18:14 Go to previous message
Eclipse UserFriend
Originally posted by: akadanitan.yahoo.com

Dan wrote:

> I am trying to create a new class that implements the java.sql.Driver
> interface. I choose "New..." then "Class" and enter a class name, then
> click the "Add" button to add an interface to be implemented. However,
> when I type: "java.sql" nothing is returned. It seems that I need
> something set so that eclipse knows about the standard java
> packages--where is that setting? I have the latest JRE in my build path...

Someone on IRC told me the answer. Typing just "Driver" will find
java.sql.Driver. Typing "java.sql" and "java.sql." will not. Apparently,
with 3.2RC2 typing "java.sql" will not work whereas "java.sql." will.
Previous Topic:Report Object Model
Next Topic:can't lauch eclipse under centOS
Goto Forum:
  


Current Time: Fri Apr 26 04:20:04 GMT 2024

Powered by FUDForum. Page generated in 0.07886 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top