Search:

Type: Posts; User: alskdwq

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,130

    Re: a null pointer exception

    Thanks alot man!!! You said about the non null value, so I re checked my codes trying to find such mistakes, and I found that the getConnection method didn't return an object, so the conn I'm using...
  2. Replies
    4
    Views
    1,130

    Re: a null pointer exception

    java.lang.NullPointerException
    at Servlet.LoginServlet.service(LoginServlet.java:28)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
    at...
  3. Replies
    4
    Views
    1,130

    a null pointer exception

    hi guys, I'm writing some servlets for a website, but I'm new to JSP, therefore I made alot mistakes when I was writing them, I've been fixing them for weeks, but this null pointer exception, I just...
  4. Replies
    4
    Views
    1,427

    Re: I need help! SQL Exception!

    Got it, thanks
  5. Replies
    4
    Views
    1,427

    Re: I need help! SQL Exception!

    I solved it, and the problem was Login l=new Login(), I deleted the statement and problem solved:o Thanks anyway
  6. Replies
    4
    Views
    1,427

    I need help! SQL Exception!

    import java.sql.*;
    import java.io.*;
    import java.awt.*;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;

    import javax.swing.*;

    public class Login extends JFrame
    {
Results 1 to 6 of 6