M
Michael Brown
How can my standalone Java app discover what directory it lives in? I want
to have the app look in that directory for a default properties file. I
don't think this is necessarily what is returned by
System.getProperty("user.dir"), is it? BTW, app is in a jar, so I'm looking
for what directory the jar is in.
Thanks....
Mike
to have the app look in that directory for a default properties file. I
don't think this is necessarily what is returned by
System.getProperty("user.dir"), is it? BTW, app is in a jar, so I'm looking
for what directory the jar is in.
Thanks....
Mike