For the set up of J2EE, there are various problems one may face initially.
The configurations and system's environment variable setting needs to be done.
Windows users don't forget to do :
Local:
C:\> SET MYVAR=widget
Global:
Use the System Variables dialog. To reach this dialog, right-click the My Computer icon, select the Properties menu item, and select the Environment tab.Enter the variable name and its value, and click the Set button.
So, we need to set up the paths of bin of j2se, bin of j2ee and directory of j2ee where it is installed.
You can follow the links:
http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/GettingStarted2.html
http://java.sun.com/j2ee/sdk_1.3/install.html
People are welcome to discuss their doubts.
The configurations and system's environment variable setting needs to be done.
Windows users don't forget to do :
Local:
C:\> SET MYVAR=widget
Global:
Use the System Variables dialog. To reach this dialog, right-click the My Computer icon, select the Properties menu item, and select the Environment tab.Enter the variable name and its value, and click the Set button.
So, we need to set up the paths of bin of j2se, bin of j2ee and directory of j2ee where it is installed.
You can follow the links:
http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/GettingStarted2.html
http://java.sun.com/j2ee/sdk_1.3/install.html
People are welcome to discuss their doubts.
Comments
Post a Comment