-->
edocs Home > Oracle WebLogic Server Documentation > Administration Console Online Help > Configure compilerConfigure compiler options
To configure compiler options for a deployed EJB:
} } (document.images){ dcs_imgarray[dcs_ptr] = new Image; dcs_imgarray[dcs_ptr].src = dcs_src; WT[myMeta.name.substring(3)]=myMeta.content; } if DCSext[myMeta.name.substring(7)]=myMeta.content; } } } } for (N in DCS){P+=A( N, DCS[N]);} for (N in WT){P+=A( "WT."+N, WT[N]);} for (N in DCSext){P+=A( N, DCSext[N]);} //} aCrumb=aCookie[i].split("="); if (crumb==aCrumb[0]){ return aCrumb[1]; } } return null; } i=0;i
- If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).
- In the left pane of the Administration Console, select Deployments.
EJBs and other deployed applications and modules are listed.
- In the right pane, click the name of the EJB application for which you want to configure compiler options.
- Select the Configuration > Application tab.
- Enter the Java compiler to be used for the EJB module.
- Enter RMI compiler options.
- Enter EJB compiler options.
Note: You can specify RMI and EJB compiler options at the server level, on the Server > Configuration > General page. The EJB-level setting takes precedence over the server-level setting.
For more information on EJB compiler options, see Programming WebLogic Enterprise JavaBeans.
- Select the check box to enable or disable the ability to keep generated source files.
- Select the check box to enable or disable forced regeneration of wrapper classes.
- Click Apply.
- To activate these changes, in the Change Center of the Administration Console, click Activate Changes.
Not all changes take effect immediately—some require a restart (see Use the Change Center).