Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cljen

  1. cljen

    Why Static? Redeaux

    Java is complaining that the text field txt_OutputWindow is not a static field in the Mainframe class. Either make it a static field or create a getter method in the Mainframe class to obtain a handle to the text field.
  2. cljen

    classpath issue

    Try and add current location to the classpath by letting the classpath start with -classpath .;D:\D_ProgramFi.....
  3. cljen

    Checking for null objects

    Sure the exception is thrown from the if-statement? I suspect it is thrown from within the getUniqueQuery method, and if that's the case you will have to catch in.
  4. cljen

    Checking for null objects

    Try the following instead: if (rc != null) {
  5. cljen

    a question about Frames

    Try the following: frame.setDefaultCloseOperation(javax.swing.JFrame.EXIT_ON_CLOSE);
  6. cljen

    problem while connecting service center

    Hi, Simply insert the code in the sc.ini file in the RUN folder. The line starts with 'auth:'. Regards Claus
  7. cljen

    Trusted Signon - ServiceCenter

    No, there is no way to get around this problem. You could define all your SC users in uppercase within ServiceCenter. This will work as long as you stick to Win NT clients, but going to XP will give a variation over this theme, because then the users will have to logon to the domain in the same...
  8. cljen

    Connect-It Connectors

    You are probably missing the eif.jar on your classpath. The jar file itself is distributed with the TEC software, so you can locate it on your TEC server.

Part and Inventory Search

Back
Top