Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #14990

Re: [newbie] Netbeans and Oracle 11g jdbc driver

From Lew <lewbloch@gmail.com>
Newsgroups comp.lang.java.programmer
Subject Re: [newbie] Netbeans and Oracle 11g jdbc driver
Date 2012-06-01 11:24 -0700
Organization http://groups.google.com
Message-ID <5f0bb9ad-15d1-4f62-8be9-826b39ba1956@googlegroups.com> (permalink)
References <b68f8fb6-8853-4c25-a5fe-0352562535f4@googlegroups.com> <jq7sk8$dr4$1@dont-email.me> <b91d6a5c-7f33-4fae-bcff-65b0de257a19@googlegroups.com>

Show all headers | View raw


Alberto Salvati wrote:
> First, many thanks for the answers.
> 
> I know that my question is a stupid question.

There is absolutely nothing stupid about your question.

In fact, even experienced developers have trouble with JDBC sometimes.

> I've not experience in java and web.

You should practice correct upper- and lower-case to get your 
mind used to the rigor of Java conventions.

> I'm already using jdbc driver suggested by you.
> I see in netbeans I'm using jdk 1.7.....and oracle jdbc driver is for jdk 1.6....
> 
> ....maybe jdbc for 1.7 is not good for 1.6?

It's the other way around - you are using JDBC for 1.6 under Java 7.

That should not be any problem.

> I'll install jdk 1.6 and create a new prj in netbeans.

That will not be the answer, most likely.

How are you setting up your JDBC driver? You only say 
you "tried to add" it, but not how you did that.

The rules changed with Java 6.

-- 
Lew

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[newbie] Netbeans and Oracle 11g jdbc driver zzzato@gmail.com - 2012-05-31 00:41 -0700
  Re: [newbie] Netbeans and Oracle 11g jdbc driver markspace <-@.> - 2012-05-31 06:44 -0700
    Re: [newbie] Netbeans and Oracle 11g jdbc driver "John B. Matthews" <nospam@nospam.invalid> - 2012-05-31 14:05 -0400
      Re: [newbie] Netbeans and Oracle 11g jdbc driver Alberto Salvati <zzzato@gmail.com> - 2012-05-31 23:30 -0700
        Re: [newbie] Netbeans and Oracle 11g jdbc driver Lew <lewbloch@gmail.com> - 2012-06-01 11:25 -0700
    Re: [newbie] Netbeans and Oracle 11g jdbc driver Alberto Salvati <zzzato@gmail.com> - 2012-05-31 23:26 -0700
      Re: [newbie] Netbeans and Oracle 11g jdbc driver Lew <lewbloch@gmail.com> - 2012-06-01 11:24 -0700

csiph-web