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 8584295
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T21:44:26+00:00 2026-06-11T21:44:26+00:00

I am working on a Linux platform. I have downloaded Eclipse and also have

  • 0

I am working on a Linux platform.

I have downloaded Eclipse and also have SQLite.
I want to connect to SQLite using JDBC connectivity.
I am new to JAVA programming.

The error that I am getting is:

java.lang.ClassNotFoundException: org.sqlite.JDBC
at java.net.URLClassLoader$1.run(URLClassLoader.java:217) 
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) 
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:186)
at ConnectSqlite.main(ConnectSqlite.java:18)
java.lang.NullPointerException
at ConnectSqlite.main(ConnectSqlite.java:32)

Here is my code:

Class.forName("org.sqlite.JDBC"); 
connection = DriverManager.getConnection("jdbc:sqlite:/home/neeraj/neeraj/dbclass/data/neeraj.db");
statement = connection.createStatement(); 
resultSet = statement .executeQuery("SELECT EMPNAME FROM EMPLOYEEDETAILS"); 
while (resultSet.next()) { 
    System.out.println("EMPLOYEE NAME:" + resultSet.getString("EMPNAME")); 
} 

What should I do to get my code running?

  • 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-11T21:44:27+00:00Added an answer on June 11, 2026 at 9:44 pm

    You need a jar which will be containing org.sqlite.JDBC.

    We do need drivers to do database connectivity using JDBC and these drivers are made avaialabe to us in the form of jar files.

    Just download the jar file and include it to your classpath.

    New Link to download

    Below wast he original answer.

    You can download it from Here

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

Sidebar

Related Questions

Hi I'm working with C++ on Linux platform, i have to get the value
Working under linux for our developement, I have an Eclipse Makefile C Project and
I'm working on linux + eclipse. I have updated my code following the steps
I have downloaded the latest Eclipse (3.6) for my Linux machine and extracted tar.gz
I have Linux as my main Rails dev platform, but I also have Rails
I am working on writing a network application in C++ on the Linux platform
I am working in linux bash environment, and I have many files to edit,
I am working in Linux, Eclipse CDT, g++, with Boost library. Having existing program
I have Developed an Stand alone application (.jar) which is working on Linux environment,
I'm trying to get a global hotkey working in Linux using Mono. I found

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.