Disabling compilation for a class


If you have a source under the Filesystems tab in the Explorer that you specifically do not want to be subject to compilation, you can disable compilation for that class.

Important: Disabling compilation for a single class prevents the IDE from passing the name of the file to the compiler as a class to be compiled. However, if another class is dependent on that class, the compiler itself may include the "disabled" class in the compilation.

To disable compilation for a class:

Contents Prev Next Index