Java EE 6 Software Development Kit installation
Java EE 6 Software Development Kit installation setup requires JRE at the default installation path. Otherwise it will pop up warning message like "This application needs version 1.6 or higher of the java(TM) Runtime Environment."
1. Double click the java-ee-sdk-windows.exe to start installtion process
2.If the application does note found jre, installation can be done from command prompt.
3.In command prompt , Go to the path where setup is present
4.Type setup name - j followed by jre path in double quotes. ( java_ee_sdk-6u4-windows-ml -j "C:\Program Files\Java\jre7")
5.During the installation of the SDK, do the following.
1. Double click the java-ee-sdk-windows.exe to start installtion process
2.If the application does note found jre, installation can be done from command prompt.
3.In command prompt , Go to the path where setup is present
4.Type setup name - j followed by jre path in double quotes. ( java_ee_sdk-6u4-windows-ml -j "C:\Program Files\Java\jre7")
5.During the installation of the SDK, do the following.
- Configure the GlassFish Server administration user name as admin, and specify no password. This is the default setting.
- Accept the default port values for the Admin Port (4848) and the HTTP Port (8080).
- Allow the installer to download and configure the Update Tool. If you access the Internet through a firewall, provide the proxy host and port.
Comments
Post a Comment