<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hello Trond<br>
<br>
<div class="moz-cite-prefix">Le 25/10/12 17:01, Westgård Trond a
écrit :<br>
</div>
<blockquote
cite="mid:B18A54096AA5B54CA4E71C0FCE051C8A0B2BDE97D2@exmbx1.imr.no"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="Generator" content="Microsoft Word 12 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US">The first time the
database containing the EPSG-codes and the coordinatesystem
parameters is loaded from a resource in one of the
geotoolkit’s libraries and installed on the user’s computer.
Using the statement above each time the application starts
it takes about one minute to do this operation.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Is there a way to check
if the EPSG derby database is already installed on the
user’s computer and consequently spare some computer time ?</span></p>
</div>
</blockquote>
<br>
It should already be the case... The library is supposed to create a
"Geotoolkit.org" directory in the user home-directory with an EPSG
sub-directory. The exact location is platform-dependent, but it
should be:<br>
<br>
* Linux: ${user.home}/.geotoolkit.org<br>
* MacOS: ${user.home}/Library/Geotoolkit.org<br>
* Windows: ${user.home}/Application Data/Geotoolkit.org<br>
<br>
Could you check if this directory is present? It would also be worth
to check the directory creation date. Is this directory cleaned on
machine reboot for instance?<br>
<br>
Martin<br>
<br>
</body>
</html>