0% found this document useful (0 votes)
23 views1 page

Net Beans

The document provides steps to create a new Java project in an IDE, add an Oracle database connection, and include the necessary JDBC driver jar file so that code can connect to the database.

Uploaded by

ABHISHEK RAJ
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views1 page

Net Beans

The document provides steps to create a new Java project in an IDE, add an Oracle database connection, and include the necessary JDBC driver jar file so that code can connect to the database.

Uploaded by

ABHISHEK RAJ
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Step 1: click file, and then click new project.

Step 2: choose project as java and click next.


Step 3: write project name and then click finish .
Step 4: your project will be created.
Step 5: Goto services, and Right click on databases and click new connection.
Step 6: In New Connection Wizard, in driver option choose oracle thin and then
click next.
Step 7: write oracle database username and password what you made there, also click
test connection, and then click next and then finish.
Step 8: Goto projects open your project(+) just right click of your project
libraries and click Add jar/folder and open ojdbc7 here.
Step 9: And now right your source code.

You might also like