-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.html
executable file
·179 lines (161 loc) · 10 KB
/
install.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at May 20, 2012 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>JAVAGALICIAN: Java support for the Galician (gl, gl_ES) locales - Install</title>
<style type="text/css" media="all">
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
<meta name="Date-Revision-yyyymmdd" content="20120520" />
<meta http-equiv="Content-Language" content="en" />
</head>
<body class="composite">
<div id="banner">
<a href="./" id="bannerLeft">
<img src="images/javagalician_logo.png" alt="JAVAGALICIAN: Java support for the Galician (gl, gl_ES) locales" />
</a>
<div class="clear">
<hr/>
</div>
</div>
<div id="breadcrumbs">
<div class="xleft">
<span id="publishDate">Last Published: 20 May 2012</span>
| <span id="projectVersion">Version: 1.1</span>
</div>
<div class="xright"> <a href="index.html" title="Main">Main</a>
|
<a href="download.html" title="Download">Download</a>
|
<a href="install.html" title="Install">Install</a>
|
<a href="https://www.github.com/javagalician" class="externalLink" title="Github Project Page">Github Project Page</a>
</div>
<div class="clear">
<hr/>
</div>
</div>
<div id="leftColumn">
<div id="navcolumn">
<h5>The JAVAGALICIAN Project</h5>
<ul>
<li class="none">
<a href="index.html" title="· Main">· Main</a>
</li>
<li class="none">
<a href="download.html" title="· Download">· Download</a>
</li>
<li class="none">
<strong>· Install</strong>
</li>
<li class="none">
<a href="faq.html" title="· FAQ">· FAQ</a>
</li>
<li class="none">
<a href="https://www.github.com/javagalician" class="externalLink" title="· Github Repository">· Github Repository</a>
</li>
<li class="none">
<a href="license.html" title="· License">· License</a>
</li>
<li class="none">
<a href="team.html" title="· Team">· Team</a>
</li>
</ul>
<a href="https://maven.apache.org" title="Built with Maven 2" class="poweredBy">
<img class="poweredBy" alt="Built with Maven 2" src="images/logos/maven-feather.png" />
</a>
</div>
</div>
<div id="bodyColumn">
<div id="contentBox">
<div class="section"><h2>Installing JAVAGALICIAN<a name="Installing_JAVAGALICIAN"></a></h2><p><b>REQUIREMENTS</b>: Java SE 6 or higher.</p><div class="section"><h3>1. Checking the status of your current VM's Galician localization<a name="a1._Checking_the_status_of_your_current_VMs_Galician_localization"></a></h3><p>Once you have downloaded the JAVAGALICIAN distribution zip file and uncompressed it, cd into the distribution directory where the two jar files (javagalician and javagalician-check) are and execute the checks:</p><div><pre>$ java -jar javagalician-java6-check-{version}.jar
</pre></div><p>This will tell you the current status of your VM regarding Galician localization. Normally, it will tell you that neither the 'gl' nor the 'gl_ES' locales are available.</p></div><div class="section"><h3>2. Installing<a name="a2._Installing"></a></h3><div class="section"><h4>2.1. Installing permanently into your JVM<a name="a2.1._Installing_permanently_into_your_JVM"></a></h4><p>For installing JAVAGALICIAN, just copy the <b>javagalician-java6-{version}.jar</b> file into your Java virtual machine's extension folder:</p><ul><li>For a <b>Sun Java JDK</b>: <tt>$JAVA_HOME/jre/lib/ext</tt></li><li>For a <b>Sun Java JRE</b>: <tt>$JAVA_HOME/lib/ext</tt></li><li>For an <b>Apple Java JDK/JRE in Mac OS X</b>: <tt>/Library/Java/Extensions</tt></li></ul></div><div class="section"><h4>2.2. Specifying as parameter on VM start<a name="a2.2._Specifying_as_parameter_on_VM_start"></a></h4><p>If you prefer not to install the JAVAGALICIAN file into your VM's folder, you can copy it into any other folder and specify it as a VM parameter:</p><div><pre> $ java -Djava.ext.dirs=$MY_EXTENSIONS_DIR ...
</pre></div></div></div><div class="section"><h3>3. After-installation checks<a name="a3._After-installation_checks"></a></h3><p>After installing, execute the checks again, as explained above. Everything should be OK and you should receive output similar to this:</p><div><pre> ==================================
JAVAGALICIAN LOCALE CHECKS
==================================
Checking environment...
> Checking Java version: [1.6.0_11] [OK]
Available locales are: [ja_JP, es_PE, en, ja_JP_JP, es_PA, sr_BA, mk, es_GT, ar_AE,
no_NO, sq_AL, bg, ar_IQ, ar_YE, hu, pt_PT, el_CY, ar_QA, mk_MK, sv, de_CH, en_US,
fi_FI, is, cs, en_MT, sl_SI, sk_SK, it, tr_TR, zh, th, ar_SA, no, en_GB, sr_CS, lt,
ro, en_NZ, no_NO_NY, lt_LT, es_NI, nl, ga_IE, fr_BE, es_ES, ar_LB, ko, fr_CA, et_EE,
ar_KW, sr_RS, gl, es_US, es_MX, ar_SD, in_ID, ru, lv, es_UY, lv_LV, iw, pt_BR, ar_SY,
hr, et, es_DO, fr_CH, hi_IN, es_VE, gl_ES, ar_BH, en_PH, ar_TN, fi, de_AT, es, nl_NL,
es_EC, zh_TW, ar_JO, be, is_IS, es_CO, es_CR, es_CL, ar_EG, en_ZA, th_TH, el_GR,
it_IT, ca, hu_HU, fr, en_IE, uk_UA, pl_PL, fr_LU, nl_BE, en_IN, ca_ES, ar_MA, es_BO,
en_AU, sr, zh_SG, pt, uk, es_SV, ru_RU, ko_KR, vi, ar_DZ, vi_VN, sr_ME, sq, ar_LY,
ar, zh_CN, be_BY, zh_HK, ja, iw_IL, bg_BG, in, mt_MT, es_PY, sl, fr_FR, cs_CZ, it_CH,
ro_RO, es_PR, en_CA, de_DE, ga, de_LU, de, es_AR, sk, ms_MY, hr_HR, en_SG, da, mt, pl,
ar_OM, tr, th_TH_TH, el, ms, sv_SE, da_DK, es_HN]
----------------------------------
Checking: gl
----------------------------------
Checking date formatting...
> Checking full date format: [xoves 31 de decembro de 2009 23H59' CET] [OK]
> Checking long date format: [31 de decembro de 2009 23:59:59 CET] [OK]
> Checking medium date format: [31-dec-2009 23:59:59] [OK]
> Checking short date format: [31/12/09 23:59] [OK]
---
Checking number formatting...
> Checking decimal number format: [23.124.213,456] [OK]
> Checking currency format: [23.124.213,46 €] [OK]
---
Checking collation...
> Checking word order: [atómico, Átomo, atónito, Átono] [OK]
---
Checking locale naming...
> Checking country names: [Arxentina, Alemaña, Noruega] [OK]
> Checking language names: [castelán, alemán, noruegués] [OK]
---
Checking Time Zone naming...
> Checking timezone names: [Hora de verán de Europa Central] [OK]
----------------------------------
Checking: gl_ES
----------------------------------
Checking date formatting...
> Checking full date format: [xoves 31 de decembro de 2009 23H59' CET] [OK]
> Checking long date format: [31 de decembro de 2009 23:59:59 CET] [OK]
> Checking medium date format: [31-dec-2009 23:59:59] [OK]
> Checking short date format: [31/12/09 23:59] [OK]
---
Checking number formatting...
> Checking decimal number format: [23.124.213,456] [OK]
> Checking currency format: [23.124.213,46 €] [OK]
---
Checking collation...
> Checking word order: [atómico, Átomo, atónito, Átono] [OK]
---
Checking locale naming...
> Checking country names: [Arxentina, Alemaña, Noruega] [OK]
> Checking language names: [castelán, alemán, noruegués] [OK]
---
Checking Time Zone naming...
> Checking timezone names: [Hora de verán de Europa Central] [OK]
---------------------------------------------------
GALICIAN LOCALE gl AVAILABLE AND CORRECT
---------------------------------------------------
---------------------------------------------------
GALICIAN LOCALE gl_ES AVAILABLE AND CORRECT
---------------------------------------------------
</pre></div></div></div>
</div>
</div>
<div class="clear">
<hr/>
</div>
<div id="footer">
<div class="xright">
Copyright © 2012
<a href="https://www.javagalician.org">The JAVAGALICIAN team</a>.
All Rights Reserved.
</div>
<div class="clear">
<hr/>
</div>
</div>
</body>
</html>