Is it possible to change the working directory ?
Here's my directory structure :
.
Bin\
Config\
The Janel exe is in Bin directory. I want to change the working dir to "..". Then my classes can access to config directory directly (and not ..\config).
Thanx
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2006-09-13
OOps, sorry, I found the answer in the other forum.
-Duser.dir=${SELF_HOME}
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible to change the working directory ?
Here's my directory structure :
.
Bin\
Config\
The Janel exe is in Bin directory. I want to change the working dir to "..". Then my classes can access to config directory directly (and not ..\config).
Thanx
OOps, sorry, I found the answer in the other forum.
-Duser.dir=${SELF_HOME}