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 or omake:

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

The sub-topics will describe each option in detail.