Installing Mobile Tools for JavaTM
This document provides instructions on how to install or upgrade the MTJ plug-in/feature set. In addition, once you have finished the installation itself, you will need to configure MTJ's settings as well as some Eclipse settings.
Before you begin
-
Please make sure you have all the prerequisites.
-
If you have been using Eclipse without MTJ to do J2ME development using a Wireless Toolkit, your Eclipse project may need some classpath changes.
Install the Wireless Toolkit(s)
Install any of the wireless toolkits you want to use. When you do this, make note of the base directory into which each is installed, as you will need this information when you configure MTJ.
Unix users - if you install a Wireless Toolkit for use by more than one user on your system, please ensure that all the users have the appropriate read and execute permissions on the contents of the toolkit. For example, WTK's contain a preverifier that MTJ will need to access during the build process. If the user doing the build does not have execute permissions on the preverifier, the build will fail. Similarly, if the user does not have execute permissions on the emulator, he or she will not be able to test the build.
Installing via the MTJ Update site
- Please visit the update page to get update sites URLs
- Please refer Eclipse help document or visit Eclipse Help web site, select Workbench User Guide > Tasks > Updating and installing software document node for information about how to install software.
Configuring Preprocessor Support
Due to limitations in the extensibility of the Eclipse Java Compiler (see Bug 116143 for further information), it is necessary for MTJ to hook into the Eclipse platform at a lower level in order to provide preprocessor support. If you would like to take advantage of MTJ's support for preprocessing, a few extra changes need to be made to your Eclipse installation.
- MTJ should be installed into the same directory structure as your base Eclipse installation. When the installation has completed, the org.eclipse.mtj.core.hooks_[version].jar file must be located in the same directory as the org.eclipse.osgi_[version].jar.
- The Eclipse configuration file must be altered to reference
the MTJ framework hooks bundle.
- Locate the file config.ini. This file is located in the <eclipse install>/configuration directory.
- Edit the config.ini with your favorite text editor.
- Add the following property definition to the configuration file.
osgi.framework.extensions=org.eclipse.mtj.core.hooks
If the property already exists, append",org.eclipse.mtj.core.hooks"to the end of the current property definition.
It is very important that the line be added before the end-of-file marker. Failure to properly place the new line before the end-of-file marker could cause your Eclipse workbench to fail to start. - Save the configuration file.
- Restart Eclipse.
You will be warned if you have projects that are configured for
preprocessing, but the necessary configuration changes have not been
made. In this case, a warning will be written to the Eclipse workspace
log file with text similar to
"Preprocessor invoked, but hook is not installed. Consult the
installation instructions for MTJ."

