Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Changing server compiler options


To change the standard Java compiler values for a server:

  1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).
  2. In the left pane of the console, expand Environment > Servers.
  3. On the Summary of Servers page, select the server instance for which you will change server compiler options.
  4. On the Configuration > General tab, update the Java Compiler parameter with the full path of the compiler to use for all applications hosted on this server that need to compile Java code.
  5. Click Advanced.
  6. Update the following compiler options as necessary:
    1. Prepend to classpath -- Options to prepend to the Java compiler classpath when compiling Java code.
    2. Append to classpath -- Options to append to the Java compiler classpath when compiling Java code.
    3. Extra RMI Compiler Options -- Options passed to the RMIC compiler during server-side generation.
    4. Extra EJB Compiler Options -- Options passed to the EJB compiler during server-side generation.

    For more information about compiler options, see Advanced Configuration Options.

  7. Click Save.
  8. 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).

After you finish

You must reboot the server to use the new compiler values.


Back to Top