Using javac with clearmake or omake

You can use the javac compiler with clearmake or omake.

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

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

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