Administration Console Online Help

 Previous Next Contents Index  

 


Server --> Configuration --> Compilers

Tasks     Additional Documentation     Attributes

Overview

Use this tab to specify the Java compiler and to prepend and append options to the compiler's classpath, and to pass options to RMI compiler while generating on the server.

Tasks

Configuring a Machine

Starting and Shutting Down Domains

Starting a Server

Shutting Down a Server

Additional Documentation

(Requires an Internet connection.)

The WebLogic Cluster API

Implementing WebLogic RMI

Attributes

Attribute Label

Description

Value Constraints

Java Compiler

The Java Compiler for all applications that need to compile Java code.

MBean: weblogic.management.
configuration.ServerMBean

Attribute: JavaCompiler

Default: "javac"

Configurable: yes

Readable: yes

Writable: yes

Prepend to classpath

The options to prepend to the Java compiler classpath for when we need to compile Java code.

MBean: weblogic.management.
configuration.ServerMBean

Attribute: JavaCompilerPreClassPath

Default: null

Configurable: yes

Readable: yes

Writable: yes

Append to classpath

The options to append to the Java compiler classpath for when we need to compile Java code.

MBean: weblogic.management.
configuration.ServerMBean

Attribute: JavaCompilerPostClassPath

Default: null

Configurable: yes

Readable: yes

Writable: yes

Extra rmic Options

Extra options passed to rmic during server-side generation.

MBean: weblogic.management.
configuration.ServerMBean

Attribute: ExtraRmicOptions

Default: null

Configurable: yes

Readable: yes

Writable: yes

Extra ejbc Options

Extra options passed to ejbc during dynamic EJB compilation. You can also set Extra ejbc Options on the EJB -->Configuration --> EJBC Options screen, which override any options set here.

MBean: weblogic.management.
configuration.ServerMBean

Attribute: ExtraEjbcOptions

Default: null

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next