[jboss-user] [Installation, Configuration & DEPLOYMENT] - Get the path of JBoss server by API !
catania
do-not-reply at jboss.com
Mon Oct 29 00:44:00 EDT 2007
Hi all !
To get the path of Java home. I write:
String path = System.getProperty("java.home");
And to get the path of Jboss server, I try:
String path = System.getProperty("jboss.home");
But the result is Null.
How I can get the path of JBoss home by Java API ? Please guide to me.
Thanks.
Catania.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099721#4099721
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099721
More information about the jboss-user
mailing list