Johannes Schneider <shake@web.de> wrote in news:ajgktl$jtq$1
@is.intellij.net:
Is it possible to get IDEA_HOME?
Johannes Schneider
I think System.getProperty("user.dir") and then a "cd .." helps...
Johannes Schneider
File ideaHome = new
File(System.getProperty("idea.system.path")).getParentFile();
Tom
On Fri, 16 Aug 2002 07:35:47 +0000 (UTC), Johannes Schneider
<shake@web.de> wrote:
Johannes Schneider <shake@web.de> wrote in news:ajgktl$jtq$1
@is.intellij.net:
Is it possible to get IDEA_HOME?
Johannes Schneider
I think System.getProperty("user.dir") and then a "cd .." helps...
Johannes Schneider
Than it becomes more difficult ![]()
Tom
On Mon, 19 Aug 2002 11:06:39 -0400, "Gordon Tyler"
<gordon.tyler@sitraka.com> wrote:
"Thomas Singer" <idea@regnis.de> wrote in message
File ideaHome = new
File(System.getProperty("idea.system.path")).getParentFile();
But if the user sets their IDEA system path to a different location?
Ciao,
Gordon
Use PathManager.getHomePath() (it's a new class it appeared in #641).
--
Valentin Kipiatkov
JetBrains, Inc
"Develop with pleasure!"
"Johannes Schneider" <shake@web.de> wrote in message
news:ajgktl$jtq$1@is.intellij.net...
Is it possible to get IDEA_HOME?
>
>
Johannes Schneider