-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhelp_install_upgrade.html
316 lines (273 loc) · 13.4 KB
/
help_install_upgrade.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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Help : Install & Upgrade - JStock</title>
<meta name="description" content="JStock makes it easy to track your stock investment. It provides well organized stock market information, to help you decide your best investment strategy." />
<meta name="keywords" content="free stock market software, free stock investment software" />
<meta http-equiv="Content-Language" content="en" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Cache-Control" content="no-store, no-cache, must-revalidate">
<meta http-equiv="Pragma" content="no-store, no-cache">
<meta http-equiv="Expires" content="0">
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
</head>
<body>
<div id="wrap">
<div id="top"></div>
<div id="content">
<div class="banner">
</div>
<div class="breadcrumbs">
<ul id="jsddm">
<li><a href="index.html">Home</a></li>
<li>·</li>
<li><a href="download.html">Download</a></li>
<li>·</li>
<li><a href="features.html">Features</a></li>
<li>·</li>
<li><a href="ma_indicator.html">Indicators</a></li>
<li>·</li>
<li><a href="testimonial.html">Testimonial</a></li>
<li>·</li>
<li id="help-menu"><a class="current_page" href="javascript:void(0)"><u>Help</u><small>▼</small></a>
<ul>
<li><a href="help_install_upgrade.html">Install & Upgrade</a></li>
<li><a href="help_real_time_info.html">Stock Watchlist</a></li>
<li><a href="help_stock_indicator_editor.html">Stock Indicator Editor</a></li>
<li><a href="help_stock_indicator_scanner.html">Stock Indicator Scanner</a></li>
<li><a href="help_portfolio_management.html">Portfolio Management</a></li>
<li><div class="jsddm-seperator"></div></li>
<li><a href="help_faq.html">FAQ</a></li>
<li><div class="jsddm-seperator"></div></li>
<li><a href="donation.html">Donation</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="about.html">About</a></li>
</ul>
</li>
</ul>
<div class="right-menu">
<ul id="jsddm2">
<li id="country-menu"><a href="javascript:void(0)"><img border="0" src="images/country/us.png" /><u>English</u></a>
<ul>
<li><a href="zh/help_install_upgrade.html"><img border="0" src="images/country/cn.png" />中文</a></li>
</ul>
</li>
</ul>
</div>
</div>
<script type="text/javascript">
<!--
var ddmenuitem = 0;
var ddmenuitem2 = 0;
function jsddm_open(evt) {
ddmenuitem = $(this).find('ul').eq(0).toggle();
}
function jsddm_open2(evt) {
ddmenuitem2 = $(this).find('ul').eq(0).toggle();
}
function jsddm_close(evt) {
var target = $(evt.target);
if (target.parents('#jsddm > li#help-menu').length <= 0) {
if (ddmenuitem) ddmenuitem.hide();
}
if (target.parents('#jsddm2 > li#country-menu').length <= 0) {
if (ddmenuitem2) ddmenuitem2.hide();
}
}
$('#jsddm > li').bind('click', jsddm_open);
$('#jsddm2 > li').bind('click', jsddm_open2);
$(document).bind('click', jsddm_close);
-->
</script>
<div class="middle">
<div class="adv" align="left">
<script type="text/javascript"><!--
google_ad_client = "pub-6557918363491706";
/* 468x60, created 10/10/09 */
google_ad_slot = "6678011157";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="//pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<div class="help-section">
<div style="float : left">
<div class="h-container"><h2>Installation & Upgrade</h2></div>
<br />
<div>
<p><a href="#install-windows">How to install JStock on Windows?</a></p>
<p><a href="#install-linux">How to install JStock on Linux?</a></p>
<p><a href="#install-mac">How to install JStock on macOS?</a></p><br />
<p><a href="#upgrade-windows">How to upgrade latest JStock on Windows?</a></p>
<p><a href="#upgrade-linux">How to upgrade latest JStock on Linux?</a></p>
<p><a href="#upgrade-mac">How to upgrade latest JStock on Mac?</a></p><br />
<p><a href="#remove-windows">How to remove JStock from Windows?</a></p>
<p><a href="#remove-linux">How to remove JStock from Linux?</a></p>
<p><a href="#remove-mac">How to remove JStock from Mac?</a></p><br />
</div>
</div>
<div style="float : right" align="right">
<!-- Advertisement -->
</div>
<div style="clear : both"></div>
</div>
<br />
<div class="h-container"><h3 id="install-windows">How to install JStock on Windows?</h3></div>
<div class="faq">
<ul>
<li>Go to <a href="download.html">Download</a>, and click on Windows icon. <img align="top" src="images/windows.png" title="Windows Icon" alt="Windows Icon"/></li>
<li>Download and save the installer to your desktop. After downloading, there will be an icon at your desktop. <img align="top" src="images/help/installer.png" title="JStock Installer" alt="JStock Installer"/></li>
<li>Double click on the installer. The following screen will be displayed. Click <i>"I Agree"</i> if you agree with <a href="http://en.wikipedia.org/wiki/GNU_General_Public_License#Version_2">GNU General Public License, Version 2</a>. <img align="top" src="images/help/installer-screen0.png" title="JStock Installer Page 0" alt="JStock Installer Page 0"/></li>
<li>Screen with default suggested directory <i>C:\Program Files\JStock</i> will be displayed. You need not to change the suggested directory. It works most of the time. Just click <i>"Install"</i>. <img align="top" src="images/help/installer-screen1.png" title="JStock Installer Page 1" alt="JStock Installer Page 1"/></li>
<li>Installation will begin. When installation finishes, the following screen will be displayed. Click on <i>"Close"</i>. <img align="top" src="images/help/installer-screen2.png" title="JStock Installer Page 2" alt="JStock Installer Page 2"/></li>
<li>Go to <i>Start Menu-> All Programs-> JStock-> JStock</i> to launch JStock application.</li>
</ul>
</div>
<div class="h-container"><h3 id="install-linux">How to install JStock on Linux?</h3></div>
<div class="linux-command">
<div>cd ~</div>
<div style="text-align:left">wget https://github.com/yccheok/jstock/releases/download/release_1-0-7-60/jstock-1.0.7.60-jre-linux.zip</div>
<div>unzip jstock-1.0.7.60-jre-linux.zip</div>
<div>cd jstock/</div>
<div>chmod 755 jstock.sh</div>
<div>./jstock.sh</div>
</div>
<br />
<br />
<div class="h-container"><h3 id="install-mac">How to install JStock on Mac?</h3></div>
If you are using macOS with M1/M2 chip, please follow the following steps.
<div class="linux-command">
<div>cd ~</div>
<div style="text-align:left">wget https://github.com/yccheok/jstock/releases/download/release_1-0-7-60/jstock-1.0.7.60-jre-macos-arm.zip</div>
<div>unzip jstock-1.0.7.60-jre-macos-arm.zip</div>
<div>cd jstock/</div>
<div>chmod 755 jstock.sh</div>
<div>./jstock.sh</div>
</div>
<br />
If you are using macOS with Intel chip, please follow the following steps.
<div class="linux-command">
<div>cd ~</div>
<div style="text-align:left">wget https://github.com/yccheok/jstock/releases/download/release_1-0-7-60/jstock-1.0.7.60-jre-macos-x86.zip</div>
<div>unzip jstock-1.0.7.60-jre-macos-x86.zip</div>
<div>cd jstock/</div>
<div>chmod 755 jstock.sh</div>
<div>./jstock.sh</div>
</div>
<br />
<br />
<div class="h-container"><h3 id="upgrade-windows">How to upgrade latest JStock on Windows?</h3></div>
<div>
Unless being stated explicitly through the Yellow Announcement Box under <a href="download.html">Download</a>, JStock is designed to be backward compatible. Your previous personal data will remain unchanged after upgrading. Just follow the <a href="#install-windows">Windows Installation Steps</a> to upgrade. There isn't any need to perform uninstall.
</div>
<br />
<div>
If you want to backup before upgrade, we highly encourage you to make use of <a href="features2.html?six-header">Cloud Storage</a>. However, if you feel uncomfortable to store personal data in servers provided by Google, here is another alternative. You may copy the following entire folder to your thumb drive (or any other storage device).
<div class="faq">
<ul>
<li>Windows XP - C:\Documents and Settings\{Your Name}\.jstock\</li>
<li>Windows Vista - C:\Users\{Your Name}\.jstock\</li>
</ul>
</div>
In case you need to restore your personal data, just copy your backup files back to the above mentioned location.
</div>
<div class="adv" align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-6557918363491706";
/* 336x280, created 10/23/09 */
google_ad_slot = "8965095522";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="//pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<br />
<div class="h-container"><h3 id="upgrade-linux">How to upgrade latest JStock on Linux?</h3></div>
<div>
Unless being stated explicitly through the Yellow Announcement Box under <a href="download.html">Download</a>, JStock is designed to be backward compatible. Your previous personal data will remain unchanged after upgrading. Just follow the <a href="#install-linux">Linux Installation Steps</a> to upgrade. There isn't any need to perform uninstall.
</div>
<br />
<div>
If you want to backup before upgrade, we highly encourage you to make use of <a href="features2.html?six-header">Cloud Storage</a>. However, if you feel uncomfortable to store personal data in servers provided by Google, here is another alternative. You may copy the following entire folder to your thumb drive (or any other storage device).
<div class="faq">
<ul>
<li>Linux - ~/.jstock/</li>
</ul>
</div>
In case you need to restore your personal data, just copy your backup files back to the above mentioned location.
</div>
<br />
<div class="h-container"><h3 id="upgrade-mac">How to upgrade latest JStock on Mac?</h3></div>
<div>
Unless being stated explicitly through the Yellow Announcement Box under <a href="download.html">Download</a>, JStock is designed to be backward compatible. Your previous personal data will remain unchanged after upgrading. Just follow the <a href="#install-mac">Mac Installation Steps</a> to upgrade. There isn't any need to perform uninstall.
</div>
<br />
<div>
If you want to backup before upgrade, we highly encourage you to make use of <a href="features2.html?six-header">Cloud Storage</a>. However, if you feel uncomfortable to store personal data in servers provided by Google, here is another alternative. You may copy the following entire folder to your thumb drive (or any other storage device).
<div class="faq">
<ul>
<li>macOS - ~/.jstock/</li>
</ul>
</div>
In case you need to restore your personal data, just copy your backup files back to the above mentioned location.
</div>
<br />
<div class="h-container"><h3 id="remove-windows">How to remove JStock from Windows?</h3></div>
<div>
Go to <i>Start Menu-> All Programs-> JStock-> Uninstall JStock</i> to remove JStock from Windows.
</div>
<br />
<div class="h-container"><h3 id="remove-linux">How to remove JStock from Linux?</h3></div>
<div class="linux-command">
<div>user@ubuntu804desktop:~$ cd ~</div>
<div>user@ubuntu804desktop:~$ rm -r jstock/</div>
<div>user@ubuntu804desktop:~$ rm -r .jstock/</div>
</div>
<br />
<div class="h-container"><h3 id="remove-mac">How to remove JStock from macOS?</h3></div>
<div class="linux-command">
<div>cd ~</div>
<div>rm -r jstock/</div>
<div>rm -r .jstock/</div>
</div>
<br />
</div>
<div id="clear"></div>
</div>
<div id="bottom"></div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-43627934-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<div id="footer">
Please support by <a href="donation.html" onClick="javascript: pageTracker._trackPageview('/donate');">donating</a> · Content under <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons licenses</a> · <iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jstock.org&send=false&layout=button_count&width=90&show_faces=false&action=like&colorscheme=light&font&height=21&appId=108599022497670" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe>
</div>
<!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project=6460490;
var sc_invisible=1;
var sc_security="b79b64cf";
</script>
<script type="text/javascript"
src="//www.statcounter.com/counter/counter.js"></script><noscript><div
class="statcounter"><a title="tumblr hit tracking tool"
href="http://statcounter.com/tumblr/" target="_blank"><img
class="statcounter"
src="//c.statcounter.com/6460490/0/b79b64cf/1/"
alt="tumblr hit tracking tool" ></a></div></noscript>
<!-- End of StatCounter Code -->
</body>
</html>