/[svn]/jsampler/trunk/manual/docbook/jsampler.xml
ViewVC logotype

Diff of /jsampler/trunk/manual/docbook/jsampler.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1284 by iliev, Thu May 24 21:43:45 2007 UTC revision 1285 by iliev, Fri Aug 10 19:55:03 2007 UTC
# Line 22  Line 22 
22        url="gfdl.html">GNU Free Documentation License</ulink>.</para>        url="gfdl.html">GNU Free Documentation License</ulink>.</para>
23      </legalnotice>      </legalnotice>
24    
25      <pubdate>Updated: Thu, 17 May 2007</pubdate>      <pubdate>Updated: Fri, 10 August 2007</pubdate>
26    </bookinfo>    </bookinfo>
27    
28    <chapter>    <chapter>
# Line 75  Line 75 
75            </listitem>            </listitem>
76    
77            <listitem>            <listitem>
78              <para>Fantasia - A distribution with a skin based view, which is              <para>Fantasia - A distribution with a modern skin based view
79              in early development stage and is only partially implemented              (initial graphic design by Olivier Boyer).</para>
             (graphic design by Olivier Boyer).</para>  
80            </listitem>            </listitem>
81          </itemizedlist></para>          </itemizedlist></para>
82      </section>      </section>
# Line 86  Line 85 
85    <chapter>    <chapter>
86      <title>Screenshots</title>      <title>Screenshots</title>
87    
88      <para>JS Classic with left pane, LS console, statusbar and      <para>JS Classic with left pane, LS console, statusbar and toolbars</para>
89      toolbars<graphic fileref="images/js-classic1.png" /></para>  
90        <para><ulink url="images/js-classic1.png"><inlinegraphic
91        fileref="images/js-classic1-preview.png" /></ulink></para>
92    
93      <para>JS Classic without left pane, LS console, statusbar and      <para>JS Classic without left pane, LS console, statusbar and
94      toolbars<graphic fileref="images/js-classic2.png" /></para>      toolbars</para>
95    
96        <para><ulink url="images/js-classic2.png"><inlinegraphic
97        fileref="images/js-classic2-preview.png" /></ulink></para>
98    
99      <para>Fantasia<graphic fileref="images/fantasia.png" /></para>      <para>Fantasia</para>
100    
101        <para><ulink url="images/fantasia.png"><inlinegraphic
102        fileref="images/fantasia-preview.png" /></ulink></para>
103    </chapter>    </chapter>
104    
105    <chapter>    <chapter>
# Line 100  Line 107 
107    
108      <para></para>      <para></para>
109    
110      <section>      <section id="download">
111        <title id="download">What to download?</title>        <title>What to download?</title>
112    
113        <para>Currently, there are two distributions available for download - JS        <para>Currently, there are two distributions available for download -
114        Classic and Fantasia. However, for now the preferred choice is JS        <ulink
115        Classic, because Fantasia is only partially implemented. The latest        url="http://downloads.sourceforge.net/jsampler/JS_Classic-0.6a.jar">JS
116        version of JS Classic is available for download from <ulink        Classic</ulink> and <ulink
117        url="http://downloads.sourceforge.net/jsampler/JS_Classic-0.5a.jar">here</ulink>.</para>        url="http://downloads.sourceforge.net/jsampler/Fantasia-0.6a.jar">Fantasia</ulink>.</para>
118    
119        <para>The source code is available in the <ulink        <para>The source code is available in the <ulink
120        url="http://downloads.sourceforge.net/jsampler/JSampler-0.5a.tar.bz2">JSampler        url="http://downloads.sourceforge.net/jsampler/JSampler-0.6a.tar.bz2">JSampler
121        package</ulink>, which also contains this manual and startup scripts        package</ulink>, which also contains this manual and startup scripts
122        that can be used to run a particular JSampler distribution.</para>        that can be used to run a particular JSampler distribution.</para>
123    
# Line 122  Line 129 
129        jsampler</command></para>        jsampler</command></para>
130      </section>      </section>
131    
132      <section>      <section id="requirements">
133        <title id="requirements">Requirements</title>        <title lang="" xreflabel="">Requirements</title>
134    
135        <para>To run JSampler you need Java Runtime Environment (JRE) version 6        <para>To run JSampler you need Java Runtime Environment (JRE) version 6
136        or higher. The latest version can be downloaded from <ulink        or higher. The latest version can be downloaded from <ulink
# Line 134  Line 141 
141        tool</ulink>.</para>        tool</ulink>.</para>
142      </section>      </section>
143    
144      <section>      <section id="running-js-dist">
145        <title id="running-js-dist">Running a JSampler distribution</title>        <title>Running a JSampler distribution</title>
146    
147        <para>Let's assume that you want to run from the command line        <para>Let's assume that you want to run from the command line
148        <code>JS_Classic-0.5a.jar</code>, which is located in        <code>JS_Classic-0.6a.jar</code>, which is located in
149        <code>/home/me/soft</code> directory. First you should check whether the        <code>/home/me/soft</code> directory. First you should check whether the
150        <code>java</code> command is in your path and the version requirements        <code>java</code> command is in your path and the version requirements
151        are met. This can be done by issuing the following command:</para>        are met. This can be done by issuing the following command:</para>
# Line 149  Line 156 
156        issuing the following command:</para>        issuing the following command:</para>
157    
158        <para><command>java -jar        <para><command>java -jar
159        /home/me/soft/JS_Classic-0.5a.jar</command></para>        /home/me/soft/JS_Classic-0.6a.jar</command></para>
160    
161        <para>Otherwise, if the shell response is something like</para>        <para>Otherwise, if the shell response is something like</para>
162    
# Line 177  locate bin/java</command></literallayout Line 184  locate bin/java</command></literallayout
184        Classic issue the following command:</para>        Classic issue the following command:</para>
185    
186        <para><command>/opt/jdk1.6.0/bin/java -jar        <para><command>/opt/jdk1.6.0/bin/java -jar
187        /home/me/soft/JS_Classic-0.5a.jar</command></para>        /home/me/soft/JS_Classic-0.6a.jar</command></para>
188    
189        <para><note>        <para><note>
190            <para>On some systems double clicking on the jar file will be            <para>On some systems double clicking on the jar file will be
# Line 190  locate bin/java</command></literallayout Line 197  locate bin/java</command></literallayout
197    
198        <para>There are scripts In the <code>scripts</code> directory of the        <para>There are scripts In the <code>scripts</code> directory of the
199        <ulink        <ulink
200        url="http://downloads.sourceforge.net/jsampler/JSampler-0.5a.tar.bz2">JSampler        url="http://downloads.sourceforge.net/jsampler/JSampler-0.6a.tar.bz2">JSampler
201        package</ulink> that, with a little adjustments (if needed), can be used        package</ulink> that, with a little adjustments (if needed), can be used
202        to run a JSampler distribution. Copy them to a desired location and edit        to run a JSampler distribution. Copy them to a desired location and edit
203        with your preferred editor.</para>        with your preferred editor.</para>

Legend:
Removed from v.1284  
changed lines
  Added in v.1285

  ViewVC Help
Powered by ViewVC