0 Replies Latest reply on Apr 28, 2008 1:55 PM by avihaimar

    Can i set relative path to - "java.security.auth.login.confi

      Hey,

      In my client i need to call to:
      System.setProperty("java.security.auth.login.config", authConf);

      where auth.conf is the absolute path to the file.
      the problem is the client is package as a jar and i want to package the file inside the jar.

      is there a solution for this?

      Thank you