|
个为网友,本人需要大家的帮忙
现在本人要做smarticket program,以下是procrdure
For demonstration purposes, the sample application requires all of the following items:
Java 2 Platform, Standard Edition SDK (J2SETM SDK): v1.3.1 download
The J2SE SDK, v1.3.1 is available for Windows 95/98/ME/NT/2000, Linux, and Solaris platforms.
Java 2 Platform, Enterprise Edition SDK (J2EETM SDK): v1.3.1 download
The J2EE SDK, v1.3.1 is available for Windows NT/2000, Linux, and Solaris platforms.
Java 2 Platform, Micro Edition Wireless Toolkit (J2METM Wireless Toolkit): v1.0.3 download
The J2ME Wireless Toolkit, v1.0.3 is available for Windows 95/98/ME/NT/2000, Linux, and Solaris platforms.
For more information on the system requirements of the above items, please refer to their respective documentation sets.
Required Environment Variables
The environment variables JAVA_HOME, J2EE_HOME, and J2MEWTK_HOME must be set as follows:
JAVA_HOME must point to the root directory of your J2SE SDK installation. For example, if you installed the J2SE SDK in c:\jdk1.3.1, then that path should be the value of JAVA_HOME.
J2EE_HOME must point to the root directory of your J2EE SDK installation. For example, if you installed the J2EE SDK in /usr/local/java/j2sdkee1.3.1, then that path should be the value of J2EE_HOME.
J2MEWTK_HOME must point to the root directory of your J2ME Wireless Toolkit installation. For example, if you installed the toolkit in c:\j2mewtk, then that path should be the value of J2MEWTK_HOME.
If want to run the J2ME part of the demo on one computer and the J2EE part of the demo on another, you have to set JAVA_HOME and J2MEWTK_HOME on the computer running the J2ME part and JAVA_HOME and J2EE_HOME on the computer running the J2EE part
上部分我已经弄好了,只是下部分不明白而已(Required Environment Variables)
注明:2000视窗
请各位帮忙我,谢谢 |
|