Using javac with clearmake

You can use the javac compiler with clearmake.

There are additional benefits of using clearmake instead of make, especially given the building behavior of javac. clearmake is better at determining when a rebuild is required than the Java tools, with or without make.

When using dynamic views, clearmake detects the following rebuild cases that javac does not:

However, some problems might occur when using DevOps Code ClearCase build tools to perform Java builds.