configuration file in Eclipse

2006-10-23 Thread Ben Lajeunesse
Does anyone know how to reference a relative path configuration file in an Eclipse project? It seems that relative paths do not work (from the root of the project), only absolute paths...and I need this project to be deployable reguardless of installation path (I need relative path).

Multiple log messages

2006-10-16 Thread Ben Lajeunesse
Hello, I am getting multiple logs for the same log in my source code. What's more, is the number of duplicate logs are incremental. ex: the first log logs one, the second logs twice, the nth log logs n tiime. etc... Can anyone help discover the solution to my problem? In my project,