| Author |
get installed application folder
|
Carl John
Ranch Hand
Joined: Jun 14, 2010
Posts: 34
|
|
Hi
I need to get the installed Postgresql Database directory through java code.How can i get that location?.Please guide me!
Thanks.
|
 |
John Jai
Bartender
Joined: May 31, 2011
Posts: 1778
|
|
|
What OS you are using? If Windows is a System Variable mapped to its installation location? If so you can try Environmental Variables. If it's not mapped then read the path variable and search for "Postgres" (or any such string you see the variable is set to). It might get you to where Postgres is installed.
|
 |
 |
|
|
subject: get installed application folder
|
|
|