Skip Headers
Oracle® Java Micro Edition Software Development Kit Developer's Guide
Release 8 for Windows
E50624-01
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

8 Finding Files in the Multiple User Environment

All users with an account on the host machine can access Oracle Java ME SDK 8. This feature is called Multiple User Environment (MUE).


Note:

A MUE supports access from several accounts. It does not support multiple users accessing Oracle Java ME SDK 8 simultaneously. For more information, see Switching Users.


MUE in Oracle Java ME SDK 8 requires an installation directory to be used as a source for copying. Each user's personal files are located in the user's folder under C:\Users. This document uses the variable username to refer to the user's personal directory. The personal Java ME SDK configuration files are maintained in a subdirectory named javame-sdk that has subdirectories for each version installed. For example, the Java ME SDK 8 configuration files for a user named johns are located under C:\Users\johns\javame-sdk\8.0.

For information about log files, see Chapter 9, "Logs."

Switching Users

Multiple users cannot run Oracle Java ME SDK 8 simultaneously, but you can run Oracle Java ME SDK 8 from different user accounts on the host machine. When you switch users, you must close Oracle Java ME SDK 8 and exit the Device Manager. A different user can then start Oracle Java ME SDK 8 as the owner of all processes.

Installation Directories

The Oracle Java ME SDK 8 directory structure conforms to the Unified Emulator Interface (UEI) Specification (http://www.oracle.com/technetwork/java/javame/documentation/ueispecs-187994.pdf), version 1.0.2. This structure is recognized by all IDEs and other tools that work with the UEI.

By default, Oracle Java ME SDK 8 is installed under C:\Java_ME_platform_SDK_8.0. The installation directory has the following structure:

NetBeans IDE 8.0 User Directories

These are the default NetBeans IDE 8.0 user directories:

Oracle Java ME SDK 8 User Directories

The javame-sdk directory contains device instances and session information. If you delete this directory, it is re-created automatically when the Device Manager is restarted. It contains subdirectories for each available release. For example, the directory for Oracle Java ME SDK 8 is:

username\javame-sdk\8.0

Device working directories are located under work, for example:

username\javame-sdk\8.0\work\EmbeddedDevice1

Any detected external devices are also added to this directory.