Search:

Type: Posts; User: Norm

Search: Search took 0.18 seconds.

  1. Re: Error connecting to Unix and running script from Java code

    Its value is returned by the getSession() method. You need to read the API doc for the method to see why it returns a null value.
    I don't know anything about the packages, classes and methods the...
  2. Re: Error connecting to Unix and running script from Java code

    What statement is on line 26?

    That error usually means there is a null value. How did you check the values on that line?
  3. Re: Error connecting to Unix and running script from Java code

    There was a null value at line 26. Look at line 26 to find what was null. Then backtrack in the code to see why it was null.
Results 1 to 3 of 3