Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Help on java setup

  1. #1
    Junior Member
    Join Date
    Jul 2012
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help on java setup

    Hi everyone,

    I need your help. I am new on this forum and may be for the first time i posted in a wrong forum.
    Recently i made a java application that connects to the database created in WAMP SERVER. When i run the
    code through netbeans IDE the connection is successfull connected. I created a setup for my application and it is
    running perfectly but the problem is that it does not connect with my database. It is giving this message:
    java.lang.ClassNotFoundException:com.mysql.jdbc.Driver
    I used both launch4j and Inno setup compiler to create the setup.
    Can anyone help me out please?

    Thx,


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Help on java setup

    Duplicate of http://www.javaprogrammingforums.com...895-heloo.html
    Locking thread.

Similar Threads

  1. picking a server setup and database help
    By srgjames in forum Android Development
    Replies: 4
    Last Post: September 30th, 2011, 05:30 PM
  2. Replies: 6
    Last Post: July 18th, 2011, 08:48 AM
  3. How to setup PHP on Netbeans 6.8? Please help.
    By marksquall in forum Java IDEs
    Replies: 0
    Last Post: January 10th, 2010, 10:56 PM
  4. How to setup a server-multiple- clientenvironment
    By jigoku in forum Java Networking
    Replies: 5
    Last Post: October 29th, 2009, 09:19 AM