Search:

Type: Posts; User: AnkitAgarwal

Search: Search took 0.15 seconds.

  1. Replies
    6
    Views
    2,706

    [SOLVED] Re: User Login System Program.

    This is what I am getting.

    java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
    at...
  2. Replies
    6
    Views
    2,706

    [SOLVED] Re: User Login System Program.

    There are two text fields.First is UserName and the next is Password all this in . The user enters his/her details in the text fields. In the Login button I am calling call(). In this method I am...
  3. Replies
    6
    Views
    2,706

    [SOLVED] Re: User Login System Program.

    Done editing.I hope now its legible.
  4. Replies
    6
    Views
    2,706

    [SOLVED] User Login System Program.

    import javax.swing.*;
    import java.awt.event.*;
    import java.sql.*;
    import java.awt.*;

    public class CONNECT implements ActionListener {

    Connection con;
    Statement st;
    ...
Results 1 to 4 of 4