Java[tm] BluePrints for Wireless Gaming Sample Applications 1.0 Early Access > Installation |
The sample applications require the following Java software packages:
Java 2 Platform, Standard Edition SDK (J2SETM SDK): v1.4.1 download
The J2SE SDK, v1.4.1 is available for Solaris, Linux, and Windows 95/98/ME/NT/2000 platforms.
Java 2 Platform, Micro Edition Wireless Toolkit (J2METM Wireless Toolkit): v1.0.4 download
The J2ME Wireless Toolkit, v1.0.4 is available for Solaris, Linux, Windows 95/98/ME/NT/2000.
For more information on the system requirements of the above items, please refer to their respective documentation sets.
To run the sample application on one machine, set the environment
variables JAVA_HOME
and J2MEWTK_HOME
as
follows:
JAVA_HOME
must point to the root directory of your
J2SE SDK installation. For example, if you installed the J2SE SDK in
/usr/local/java/j2sdk1.4.1
or c:\jdk1.4.1
,
then that path should be the value of JAVA_HOME
.
J2MEWTK_HOME
must point to the root directory of
your J2ME Wireless Toolkit installation. For example, if you installed
the toolkit in /usr/local/java/wtk104
or
c:\wtk104
, then that path should be the value of
J2MEWTK_HOME
.
Finally, your PATH
must start with the
directory $JAVA_HOME/bin
(Linux and Solaris) or
%JAVA_HOME%\bin
(Windows).
To install the sample application, simply unzip the distribution
bundle into any directory. This will create a folder called
jbpwg-1.0ea
. The rest of this documentation will refer to
this directory as {blueprints.dir}
.