Home folder: Difference between revisions
Dan Polansky (talk | contribs) (+forum link; some new findings on how JRE determines the value of "user.home", thanks to the research of user bmaj posted to the forums) |
No edit summary |
||
Line 1: | Line 1: | ||
==User home folder== | >==User home folder== | ||
Finding out about the user's home folder, in which the folder | Finding out about the user's home folder, in which the folder ".freemind" typically resides: | ||
In Windows: Run DOS console (Windows + R, followed by | In Windows: Run DOS console (Windows + R, followed by "cmd"), and type "echo %homepath%". To see the usual path to FreeMind home folder, type "echo %HOMEPATH%\.freemind". A related system variable is %userprofile%. However, Java may determine the value of "user.home" without the use of %homepath% and %userprofile%, relying instead on the location of user desktop as stated in Windows registry. Nevertheless, user desktop is usually located at the path "%homepath%\Desktop", so "echo %HOMEPATH%\.freemind" usually gives the correct location of FreeMind home folder. This is to be researched. | ||
In Linux: Run a console and type | In Linux: Run a console and type "echo $HOME". | ||
---- | |||
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;"> | |||
---- | |||
=[http://irutubaj.co.cc Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly]= | |||
---- | |||
=[http://irutubaj.co.cc CLICK HERE]= | |||
---- | |||
</div> |
Revision as of 23:07, 17 November 2010
>==User home folder==
Finding out about the user's home folder, in which the folder ".freemind" typically resides:
In Windows: Run DOS console (Windows + R, followed by "cmd"), and type "echo %homepath%". To see the usual path to FreeMind home folder, type "echo %HOMEPATH%\.freemind". A related system variable is %userprofile%. However, Java may determine the value of "user.home" without the use of %homepath% and %userprofile%, relying instead on the location of user desktop as stated in Windows registry. Nevertheless, user desktop is usually located at the path "%homepath%\Desktop", so "echo %HOMEPATH%\.freemind" usually gives the correct location of FreeMind home folder. This is to be researched.
In Linux: Run a console and type "echo $HOME".