Search:

Type: Posts; User: raghu3.ankam

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    1,034

    Issue with log4j.properties file

    I am trying to generating log file in server location getting error,~o) while accessing below log4j.properties file.

    # Log levels
    log4j.rootLogger=INFO,CONSOLE,R
    # Appender Configuration...
  2. Set Footer and Header in Document using Java

    How to set footer and header in word document/PDF using POI/open office. Using Java COde.!!


    I would appreciate it if someone could help me with this,thanks
  3. Replies
    4
    Views
    7,333

    Re: Java String value increment

    thanks..
  4. Replies
    4
    Views
    7,333

    Re: Java String value increment

    Code is something like..
    String s = "00008";
    int i =Integer.parseInt(s);
    System.out.println("i.."+i); // 8
    String s1 = String.format("%05d",i);
    System.out.println("s1......."+s1); // 00008
    ...
  5. Replies
    4
    Views
    7,333

    Java String value increment

    Java-code --
    String value = 00008, increment something like 00008 to 00009.
    If anyone can help me here I'd greatly appreciate it, thanks!
Results 1 to 5 of 5