• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<HTML><!-- #BeginTemplate "/Templates/MainTemplate.dwt" -->
2<HEAD>
3<!-- #BeginEditable "doctitle" -->
4<TITLE>RB Manager Tutorial - Preferences</TITLE>
5<!-- #EndEditable -->
6<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
7<STYLE TYPE="TEXT/CSS">
8<!--
9.topicHead {  font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333}
10.topicList {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../images/diamond_bullet.gif); text-decoration: none; font-weight: bold}
11.mainBlock {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify}
12-->
13</STYLE>
14</HEAD>
15
16<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
17<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
18  <TR>
19    <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../images/template_ul.gif" HEIGHT="75"><IMG SRC="../images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD>
20		<TD HEIGHT="15"  WIDTH="100%" BACKGROUND="../images/template_u.gif"></TD>
21	</TR>
22	<TR>
23		<TD HEIGHT="60" >
24			<CENTER><IMG SRC="../images/TitleLogo_transparent.gif" VSPACE="0"></CENTER>
25		</TD>
26	</TR>
27	<TR>
28
29    <TD WIDTH="200" BACKGROUND="../images/template_l.gif" VALIGN="top">
30		<TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1">
31      	<TR>
32			<TD CLASS="topicHead">General</TD>
33		</TR>
34		<TR>
35			<TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
36		</TR>
37		<TR>
38			<TD CLASS="topicList">
39	        <UL>
40              <LI><A HREF="../system_requirements.html">System Requirements</A></LI>
41              <LI><A HREF="../faq.html">FAQ</A></LI>
42              <LI><A HREF="../future_features.html">Future Releases</A></LI>
43              <LI CLASS="topicList"><A HREF="../future_features.html">Version
44                History</A></LI>
45            </UL>
46			</TD>
47		</TR>
48      	<TR>
49			<TD CLASS="topicHead">RB Manager</TD>
50		</TR>
51		<TR>
52			<TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
53		</TR>
54		<TR>
55			<TD CLASS="topicList">
56	        <UL>
57              <LI><A HREF="../index.html">Home</A></LI>
58              <LI><A HREF="index.html">Tutorial</A></LI>
59              <LI><A HREF="../views/index.html">Functionality and Views</A></LI>
60              <LI><A HREF="../lookandfeel.html">Look and Feel</A></LI>
61              <LI><A HREF="../menu.html">Menu Items</A></LI>
62              <LI CLASS="topicList"><A HREF="step1.html">Preferences</A></LI>
63            </UL>
64			</TD>
65		</TR>
66		<TR>
67			<TD CLASS="topicHead">RB Reporter</TD>
68		</TR>
69		<TR>
70			<TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
71		</TR>
72		<TR>
73			<TD CLASS="topicList">
74	  <UL>
75              <LI><A HREF="../RBReporter.html">Home</A></LI>
76        <LI>Report Types</LI>
77              <LI><A HREF="../scanfile.html">Code Scanning</A></LI>
78            </UL>
79			</TD>
80		</TR>
81	</TABLE>
82
83      <P>&nbsp; </P>
84      </TD>
85
86    <TD COLSPAN="2" VALIGN="top" CLASS="mainBlock"><!-- #BeginEditable "Main" -->
87      <H3 ALIGN="CENTER">Setting Your Personal Preferences</H3>
88      <P><B>Getting Started</B></P>
89      <P>Before you can do anything with the program, of course, you have to get
90        it running. RB Manager is purely a Java application. The download does
91        not come with a Java runtime environment. In order to use RBManager, you
92        will need to hava a Java runtime environment installed on your machine.
93        The environment is available to most computing platforms at <A HREF="http://java.sun.com">Sun's
94        internet site</A>. RB Manager has been tested for Java versions 1.2.2
95        and higher. It is recommended that you use Java version 1.3 if it is available
96        for your system.</P>
97      <P>To run the program from the command line, first go to the RBManager directory
98        on your system, then enter:</P>
99      <P><CODE>java -classpath ./lib/RBManager.jar;./lib/xerces.jar com.ibm.rbm.RBManager</CODE></P>
100      <P>Alternatively, Windows users can use the batch file, RBManager.bat to
101        accomplish the same thing. Linux and Unix users tend not to need their
102        hands held, and can probably figure out how to write a simple script or
103        alias to run the application without help. Mac OS X users can run the
104        program from the Terminal application with the above command line, substituting
105        a colon for the semi-colon in the classpath argument.</P>
106      <P><B>The Display</B></P>
107      <P>Once you get the application running, you will hopefully see something
108        like this:</P>
109      <P><IMG SRC="../images/screenshots/empty_screen.gif"></P>
110      <P>The display may differ because of differences in the various Java Virtual
111        Machines and differences in Look and Feels. At the top is a menu bar and
112        a logo. Below the logo and to the left is a pane in which all of the various
113        language files will be listed in a tree view. Since no resource bundle
114        has been selected, this tree is currently empty. To the right is a tabbed
115        pane in which three views will be shown. The views will either present
116        information or provide an interface for editing the various data contained
117        across your resource bundle.</P>
118      <P><B>Customizing the Application for You</B></P>
119      <P>Go to the Options menu and select Preferences. The first time after opening
120        the application, it may take a few seconds to get to the preferences as
121        the application tries to get information from your virtual machine.A dialog
122        box should appear that looks similar to this:</P>
123      <P><IMG SRC="../images/screenshots/preferences_dialog.gif" WIDTH="429" HEIGHT="269"></P>
124      <P>The first thing to do is to change the user name to your own name. You
125        will only have to do this once unless someone else uses this application
126        and changes the name. Second, you should change the look and feel of the
127        application to your preference. All of the look and feels that your JVM
128        supports should be listed in the drop down box. (Note that changes will
129        not take affect until after you are done and have pressed the Update button).</P>
130      <P>The last thing to change is the locale you would like to use to work
131        with this application. When you download RBManager, it is set by default
132        to display in U.S. English. As of this writing, you can use the program
133        in Finnish, Swedish, and German as well. Three lists choices are possible
134        for selecting a locale. The first, called 'Machine Supported', lists all
135        of the locals supported by your JVM. The second, called 'Defined for RBManager',
136        analyzes the Resource Bundle for RBManager and lets you select from the
137        available translation files. The third option, called 'ISO Standards',
138        lists all of the language and country 2-letter codes defined by the ISO.
139        You may select any of the three options by use of the radio button on
140        the left and then select the encoding you would like to use. Of course
141        if the encoding you select is not supported by RBManager, the translations
142        in the base class of the bundle will be used, which are in English. Also
143        note, that the base class language may not appear in the 'Defined for
144        RBManager' section because the encoding is not always specified for that
145        file. </P>
146      <P>When you are done making your personalized selections, click on the Update
147        button. The preferences will be saved in a file called preferences.properties
148        stored in your RBManager directory. You will not need to make these selections
149        in the future, unless you want to change your defaul options.</P>
150      <P><A HREF="index.html">Back to the Tutorial Menu</A> -or- <A HREF="step2.html">Forward
151        to Step 2</A></P>
152      <!-- #EndEditable --></TD>
153	</TR>
154	<TR>
155		<TD BACKGROUND="../images/template_ll.gif" HEIGHT="40" WIDTH="200">
156			<!-- Comment -->
157		</TD>
158		<TD WIDTH="80">
159			<!-- Comment -->
160		</TD>
161		<TD>
162			<CENTER><SPAN CLASS="Copyright">Copyright 2000-2001 International Business Machines, All Rights Reserved</SPAN></CENTER>
163		</TD>
164	</TR>
165</TABLE>
166
167</BODY>
168<!-- #EndTemplate --></HTML>
169