I run a java program from a jar file in Linux Redhat 4.3 and use eclipse for creating the jar file from my project.
If I create the jar file when running eclipse in linux everything is ok (normal logfile name and normal text format in the logfile).
However, if I create the jar when running eclispe under WinXP (and send it to my linux server via ftp) the logfile name is java0.log.0 and the text inside is in XML.
one more thing - my program uses SimpleFormatter as the formatter for the log file.
any ideas?