Setting The Application Directory; Setting The Javac Encoding Property; Working With Revision Control Systems - Sun Microsystems J2ME User Manual

Wireless toolkit 2.2
Table of Contents

Advertisement

3.7.1

Setting the Application Directory

By default, the J2ME Wireless Toolkit stores applications in directories under
{toolkit}\apps. You can change this by adding a line to ktools.properties of
the following form:
kvem.apps.dir:
Any backslash ('\') characters in the directory's path should be preceded by
another backslash. Also, the directory's path should not contain any spaces.
For example, to set the application directory to D:\dev\midlets, you would use:
kvem.apps.dir: D:\\dev\\midlets
3.7.2

Setting the javac Encoding Property

By default, the Java compiler uses the encoding set in the J2SE environment that
you are running. For information on how to override the default source file
encoding, see
3.7.3

Working with Revision Control Systems

Using the filterRevisionControl property, you can configure KToolbar to
recognize and ignore auxiliary files created by the SCCS, RCS and CVS revision
control systems.
To recognize and ignore auxiliary files, include the following line in
ktools.properties:
kvem.filterRevisionControl: true
As a result, you prevent KToolbar from treating revision control files as source and
resource files. For example, KToolbar would treat a file named
src\SCCS\s.MyClass.java as being an SCCS revision control file and not a Java
source file.
<application_directory>
Appendix C,
"Internationalization."
Chapter 3
Working With Projects
27

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the J2ME and is the answer not in the manual?

Questions and answers

Table of Contents