Building Java applications successfully without .JAVAC

Learn how to build Java applications without .JAVAC.

The following alternatives allow you to successfully build Java applications with clearmake:

  • Write the makefile correctly.
  • Allow clearmake to rebuild.
  • Configure clearmake makefiles to behave like make.