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

  • Home
  • SEARCH
  • 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 8038351
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T03:12:30+00:00 2026-06-05T03:12:30+00:00

I am a begginer in Java, and I managed to create an app that

  • 0

I am a begginer in Java, and I managed to create an app that stores (and also displays into a JTable) data into a database located on my computer. I made an executable .jar out of it and it works like a charm (on my PC). My problem comes when I am running that app on another PC.

try{
        Class.forName("oracle.jdbc.driver.OracleDriver");
    }catch(ClassNotFoundException e){
        JOptionPane.showMessageDialog(null, "Can't find driver");
        System.exit(-1);
    }

I always get that message dialog “Can’t find driver”. I am asking for an answer regarding how to add (somehow) the driver that I need into my executable .jar file in order to run properly on other PCs.

  • 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-05T03:12:32+00:00Added an answer on June 5, 2026 at 3:12 am

    Class.forName() will try to load the class based on its name from the classpath, dynamically(*), so you need to make sure you have the proper class (OracleDriver) on your classpath. Keep in mind it will usually be contained in a .jar, so you need to put that on the classpath.

    (*) In this case the driver registers itself when the class is loaded

    The easiest way to ensure you have that jar is to distribute it with your project (see licencing for the particular driver whether that is an option in your case)

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

Sidebar

Related Questions

I'am begginer in android programming and I'am trying to create app that is logging
I am a begginer in android,here I have activity that use web service: SoapObject
I am a begginer with asp.net mvc 3. I want to create a page
I'm a begginer in cookies and stuff like that. I need to set a
so im learning php (begginer if you cant tell) and, im currently pushin/pulling data
I'm begginer in Java. Can you help me to find error? I run this
all! I'm the begginer at html and css and I try to create the
I'm a RoR begginer and am developing my app using MySQL but Heroku uses
I'm a begginer developer and I would like to know, how to create just
Begginer's question. I'm trying to write small piece of code in Visual Studio (VB.net)

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.