This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 37827 - import tool does not resolve references to oracle.sql and oracle.jdbc
Summary: import tool does not resolve references to oracle.sql and oracle.jdbc
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Other
: P1 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-08 00:23 UTC by davebeans
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description davebeans 2003-12-08 00:23:50 UTC
I assume this is a bug, as I have found no help 
that describes how to use OraclePrepared 
Statements without getting a compile error on the 
statements "import oracle.sql.*;" and "import 
oracle.jdbc.*;". I have been unable to get the 
import tool to resolve these compile errors.

My goal is to create a GUI form and add code to 
insert, delete, and update records in an Oracle 
database. I have successfully connected to the 
Oracle database and can view and insert data 
using the database tool. 

The Oracle classes I need to use are found in the 
classes12.zip file and I have placed this file in 
the netbeans lib/ext dir. 

Hopefully this is not a bug and an explanation 
can be provided that might help !
Comment 1 _ tball 2003-12-08 16:26:50 UTC
The import task is part of the java module.
Comment 2 Tomas Hurka 2003-12-09 09:23:57 UTC
You get these compiler errors because classes12.zip are not part of class path. Please 
do not add classes12.zip to netbeans lib/ext directory, but use Mount Filesystem from 
main menu.