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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T04:44:30+00:00 2026-05-20T04:44:30+00:00

When I create a new project in Netbeans, I added the sqlite.jar to the

  • 0

When I create a new project in Netbeans, I added the sqlite.jar to the classpath and library. I wrote a short test program and it works great!

Now I want to add a GUI as a front end, so I create a brand new project in Netbeans but I create a swing project and create the GUI using netbeans. The GUI works fine by itself (just taking input and writing it to the console as a test).

So now in the GUI project I go and in the “Source Package” folder I add a new java class and I copy/paste the code from my other (working) sqlite implementation. I also add sqlite to the Classpath/library and nothing works!

This is (part) of the code I have:

package my.test;

import java.sql.*;

public class sqlaccess {
    Class.forName ("org.sqlite.JDBC");
    Connection conn = DriverManager.getConnection("jdbc:sqlite:TestUser.db");
    Statement stat = conn.createStatement();
    /* commented out the connecting/creating tables etc code */
}

The error I get is this:

C:\Users\xxx\Documents\NetBeansProjects\TestUser\src\my\testuser\sqlaccess.java:12:    <identifier> expected
Class.forName ("org.sqlite.JDBC");
C:\Users\xxx\Documents\NetBeansProjects\TestUser\src\my\testuser\sqlaccess.java:12: illegal start of type
Class.forName ("org.sqlite.JDBC");

So I’m pretty sure the problem is the way I combine these 2 classes/files since each one works perfect stand alone.

  • 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-05-20T04:44:30+00:00Added an answer on May 20, 2026 at 4:44 am

    How about ..

    public class sqlaccess {
      void init(){
        try{
          Class.forName ("org.sqlite.JDBC");
          Connection conn = DriverManager.getConnection("jdbc:sqlite:TestUser.db");
           Statement stat = conn.createStatement();
          /* commented out the connecting/creating tables etc code */
        }
        catch(ClassNotFoundException ex){
           //Handle Exception
        }
      }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to create a new project in NetBeans PHP from existing sources. When
when i create a new netbeans project netbeans tend to manage it with subversion
I use NetBeans & Zend Tool (ZT). Then i create new project, ZT create
If I create a new project in netbeans and add a line break, Xdebug
I create new c/c++ project in Netbeans and change Makefile and add -lpthread for
When I create a new C++ project in netbeans,it prompts me to choose a
In netbeans maven project, if I create a new module it does not show
Netbeans is creating a class Main automatically when I create a new project. so
In the NetBeans 6.9 IDE, if you create a New Project >> Java >>
I can't create New Project on my Visual Web Developer 2008 Express with SP1.

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.