comparison README.txt @ 0:4689cc86d6cb

create TreeViewer2 Repository
author Yu Taninari <you@cr.ie.u-ryukyu.ac.jp>
date Tue, 03 Jul 2012 13:20:49 +0900
parents
children 472a9bcacb21
comparison
equal deleted inserted replaced
-1:000000000000 0:4689cc86d6cb
1
2 TightVNC Java Viewer version 2.5.0
3 Copyright (C) 2011 GlavSoft LLC. All rights reserved.
4 ======================================================================
5
6 This software is distributed under the GNU General Public Licence
7 as published by the Free Software Foundation. Please see the file
8 LICENCE.txt for the exact licensing terms and conditions.
9
10 The license does not permit incorporating this software into
11 proprietary programs. If you wish to do so, please order commercial
12 source code license. See the details here:
13
14 http://www.tightvnc.com/licensing/
15
16
17 Using TightVNC Java Viewer
18 ~~~~~~~~~~~~~~~~~~~~~~~~~~
19 TightVNC Java Viewer can work either as a normal application or as
20 an applet. To run it as an application, just execute the JAR file
21 (tightvnc-jviewer.jar), e.g. double-click it in the Windows Explorer.
22 If Java Runtime is installed on your computer correctly, that should
23 be enough. You will be prompted for the TightVNC Server to connect to.
24
25 If you would like to start the viewer from the command line, here are
26 a few examples:
27
28 java -jar tightvnc-jviewer.jar
29 java -jar tightvnc-jviewer.jar hostname
30 java -jar tightvnc-jviewer.jar -port=nnn hostname
31 java -jar tightvnc-jviewer.jar -port=nnn -host=hostname
32
33 ... where hostname and nnn should be replaced with the actual hostname
34 and port number correspondingly. Note that you can use an IP address
35 as a hostname. Port 5900 will be used if not specified.
36
37 Important: the syntax like hostname:display or hostname::port is not
38 supported in this version of TightVNC Java Viewer.
39
40 For more command line params info run:
41
42 java -jar tightvnc-jviewer.jar -help
43
44 Finally, if you would like to use the viewer as an applet, please see
45 the example HTML page included (viewer-applet-example.html).
46
47 ======================================================================
48
49 Thank you for using TightVNC!
50
51 Visit our Web site: http://www.tightvnc.com/
52 Follow us on Twitter: http://www.twitter.com/tighvnc