Hi,
    I think the issue is you have not added the jdbc jar file to the second
netbeans project.
So the exception is being thrown,as particular class is not found.

Regards,
Akshay.

On Thu, Jan 7, 2010 at 2:56 PM, tedpottel <tedpot...@gmail.com> wrote:

> Hi,
> I have successfully madea program that access my sql database sevrer.
> I tried to create another project connecting to the same data base and
> cannot get it to work, I even ended up copying over the code from the
> other project. Both projects are in net beans.
>
> I was able to track the problem down to
>  Class.forName("com.mysql.jdbc.Driver");
> Which seems  to be setting off an exception.
>
>
> I have the following  code
>            out.println("pos a");
>            Class.forName("com.mysql.jdbc.Driver");
>            out.println("pos b");
> The pos gest printed out, and pos b does not.  The catch cathes an
> exception .
>
> Why does Class.forName("com.mysql.jdbc.Driver"); set of an exception,
> it works fine in my other project.?
> Ted
>
> --
> You received this message because you are subscribed to the Google
> Groups "Java EE (J2EE) Programming with Passion!" group.
> To post to this group, send email to
> java-ee-j2ee-programming-with-passion@googlegroups.com
> To unsubscribe from this group, send email to
> java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com<java-ee-j2ee-programming-with-passion%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
>
> http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en
>
-- 
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en

Reply via email to