Re: Logging trouble...

2009-11-03 Thread Andreas Lehmkühler
Hi, Omar Chiyean wrote: Hi Andreas... I made a new dist with the code above and It worked as you wrote using -Djava.util.logging.config.file=logging.properties Maybe compiler was caching object code... Why happens this kind of stuff?? You are using a computer and from time to time they do not b

Re: Logging trouble...

2009-11-02 Thread Omar Chiyean
Hi Andreas... I made a new dist with the code above and It worked as you wrote using -Djava.util.logging.config.file=logging.properties Maybe compiler was caching object code... Why happens this kind of stuff?? By the way the two alternatives work fine, but I will stay with the one I built with t

Re: Logging trouble...

2009-11-02 Thread Omar Chiyean
Sure... Here I'm posting my code... import java.io.*; import java.lang.*; import java.util.Vector; import org.apache.pdfbox.pdmodel.*; import org.apache.pdfbox.util.*; public class myPDFStripper{ public static void main(String[] args) throws IOException{ PDDocument doc = null; try {

Re: Logging trouble...

2009-11-02 Thread Andreas Lehmkühler
Hi, Omar Chiyean wrote: Hi Andreas.. Thanks for your help... But what you wrote about running JVM with [1] was not lucky.. I use .level=FINEST and .level=ERROR with no luck... Messages keep appearing... Hmm, there has to be still something wrong with your configuration. It works fine for me.

Re: Logging trouble...

2009-11-02 Thread Omar Chiyean
Hi Andreas.. Thanks for your help... But what you wrote about running JVM with [1] was not lucky.. I use .level=FINEST and .level=ERROR with no luck... Messages keep appearing... As i wrote I found the line in the code that was producing this info to console, I comment it and build source with a

Re: Logging trouble...

2009-11-02 Thread Andreas Lehmkühler
Hi, Omar Chiyean wrote: Hi there... A weeks ago, I make some questions, and changed to pdfbox 0.8.0 (thanks Andreas for your valious help). I use it to extract text, but this version throws a lot of info logging messages that i don't want to get, because it'll be a part of my application.. I