read config file in jar
807607Oct 20 2006 — edited Oct 20 2006Hi,
my application runs well, but when when i put it in a executable jar file i have exception java.io.FileNotFoundException: config\database.xml (Le fichier sp�cifi� est introuvable).
where the config directory is under the jar file.
I don't know why this is changing when i pass to a jar file.
How can I read my config files.
Help..