Standard wrappers The following table lists all the standard wrappers, which are available for all platforms, followed by the corresponding isCOBOL class Wrapper Class cobfileio com.iscobol.lib.COBFILEIO cpgen com.iscobol.compiler.CopyGen cpk com.iscobol.lib.CPK gife com.iscobol.lib.GIFE iscc com.iscobol.compiler.Pcc iscclient com.iscobol.gui.client.Client isconfig com.iscobol.lib.ISCONFIG iscbalancer com.iscobol.balancer.LoadBalancer iscremotecc com.iscobol.compiler.remote.server.Server iscrun com.iscobol.invoke.Isrun iscrun -d com.iscobol.debugger.GraphDebugger iscserver com.iscobol.as.AppServerImpl iscupdater com.iscobol.updater.SoftwareUpdater isl com.iscobol.lib.ISL ismigrate com.iscobol.lib.ISMIGRATE iscmigrate com.iscobol.lib.ISMIGRATE issort com.iscobol.issort.IsSort jdbc2fd com.iscobol.lib.JDBC2FD jutil com.iscobol.lib.JUTIL stream2wrk com.iscobol.utility.Stream2Wrk Based on the above tables, you see that, for example, using the command: iscc is the same as using: java com.iscobol.compiler.Pcc