Creating applications : Creating applications : Multichannel application sample : Deploying the Multichannel application sample projects : Configuring the Java Build Path property for each non-EAR project
  
Configuring the Java Build Path property for each non-EAR project
For each non-EAR project in the Multichannel application sample projects, you must configure the Java Build Path property to ensure that the JRE System and Server runtime libraries are correct.
To configure the Java Build Path property for each non-EAR project
1 Right-click the non-EAR project, and click Properties.
2 In the Properties window, select Java Build Path from the properties list.
3 Click Libraries tab.
4 On the Libraries tab, verify whether the following libraries are configured correctly for your server:
JRE System library
Server runtime library
5 If the JRE System library and the Server library are in the list but are not configured correctly, remove the current JRE System library and Server library by selecting the library entry in the list and then clicking Remove.
6 If the JRE System library is not in the list, add the JRE System library for your server:
In the Properties window, click Add Library.
In the Add Library window, select JRE System Library from the list, and click Next.
Click Alternate JRE, and then select the JRE for your server.
Click Finish.
7 If the Server runtime library is not in the list, add server runtime library for your server:
In the Properties window, click Add Library.
In the Add Library window, select Server Runtime from the list, and click Next.
Select the runtime for your server, and click Finish.
8 Repeat step 1 to step 7 to configure the Java Build Path property for each non-EAR project.
After completing this task
Configure the Project Facets property for each project.
Go up to
Deploying the Multichannel application sample projects