how to setup JDBC in Eclipse? -


i have eclipse , j developer,i more comfortable eclipse.i want know how setup jdbc driver in eclipse,i downloaded driver oracle.com not appear anywhere when browse after clicking 'external jars' in 'java build path' in "libraries" tab. database oracle express edition.

are there pdf's or tutorials java application development?i want make front end application enter data fields , inserts db,and make such can retrieve information when enter example id.

what materials required this?i don't want learn deep want learn in process(this not project wanna achieve month) guessing need 1. book on awt,swing classes 2. need set jdbc thing don't understand how , running in eclipse,i type code gives me error. 3.a book on how connect java oracle express edition db. have jdk 1.7.0.0.3

thanks in advance(i'm beginner ;))

if you're wanting include jar file eclipse project, create 'lib' folder inside project folder, , put file in there. need tell eclipse include in class path code compile , run inside eclipse.

to that: - go properties of project - select 'java build path' in left hand column - select 'libraries' tab in centre part of window - click add jars button - give list of projects in eclipse - expand project , lib folder - jar there. - select jar, click ok, , ok again out of properties window.

or, can right-click jar , click buildpath->add build path.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -