Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7943215
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T00:12:15+00:00 2026-06-04T00:12:15+00:00

My IDE is Eclipse Indigo. I get this when I was trying to connect:

  • 0

My IDE is Eclipse Indigo. I get this when I was trying to connect:

java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

And here is my code.

public class TPCH
{
    public static void main(String[] args)
    {
        String userName = "tpch";
        String password = "tpch";
        Connection conn = null;
        Properties connectionProps = new Properties();
        connectionProps.put("user", userName);
        connectionProps.put("password", password);

        try
        {
            Class.forName("com.mysql.jdbc.Driver");
        }
        catch (Exception e)
        {
            e.printStackTrace();
        }
        try {
            conn = DriverManager.getConnection(
                           "jdbc:mysql://localhost:3306/",
                           connectionProps);
        } catch (SQLException e1) {
            // TODO Auto-generated catch block
            e1.printStackTrace();
            System.out.println("Error connecting to db");
        }
    }
}

I think JDBC is not imported. I tried to import it by

preference -> java -> build path -> user library -> add jars

But I still got that exception.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T00:12:18+00:00Added an answer on June 4, 2026 at 12:12 am

    That’s not how you add JARs to the classpath in Eclipse.

    You have to right-click on your project, select Java Build Path > Libraries and add a JAR file. For MySQL, you’d need the MySQL Connector J.

    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I recently downloaded and installed Eclipse Java EE IDE: Indigo Service Release 2. I
I'm programming Java in Eclipse IDE. Here is code I want to read file:
I am working on Eclipse IDE for Java (Indigo). My project is using CDT
I use Eclipse IDE: Eclipse Java EE IDE for Web Developers. Version: Indigo Release
Where do I download download Eclipse IDE for Java and Report Developers Indigo SR1?
Suppose that I have a Java program within an IDE (Eclipse in this case).
Sometimes, when I start Eclipse (Java EE IDE for Web Developers, Indigo SR 1)
I'm using : Eclipse Java EE IDE Web Developers version:Indigo Release with hibernate tools,
While installing the new eclipse indigo IDE I've tried to setup the tomcat server
I am using Eclipse Indigo and I am new to the IDE. When I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.