Search:

Type: Posts; User: SoooConfused

Search: Search took 0.21 seconds.

  1. Replies
    0
    Views
    856

    Null Values...

    I'm getting "null" values in the line that reads
    "arrivalThreadRegnum = Integer.parseInt(rs1.getString(1).trim())"

    When I'm in debug mode and I highlight "rs1" it states that the...
  2. Re: Exception in thread "main" java.lang.NullPointerException

    Thanks for those words :)

    I have tried debugging, and it found nothing.

    this is the entire page of code:

    import java.sql.Connection;
    import java.sql.DriverManager;
    import...
  3. Exception in thread "main" java.lang.NullPointerException

    I haven't been using java that long, but I'm currently in a class and we've been given this program to complete; I have been working on this for the last for 3 days now and I keep getting this error:...
Results 1 to 3 of 3