make : Java Glossary

*0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ (all)

make
A utility that figures out which classes need recompiling and submits them to the compiler. A make utility is unnecessary in Java. You just pass everything to javac.exe and it figures out for itself what needs recompiling. What if everything won’t fit on the command line? Use the sun.tools.javac.Main interface to javac.exe. Then you can pass it a command line as long as you want. There is no need to resort to make. This technique is much faster than using make because the javac.exe compiler gets loaded into RAM (Random Access Memory) only once, not once per class.

This page is posted
on the web at:

http://mindprod.com/jgloss/make.html

Optional Replicator mirror
of mindprod.com
on local hard disk J:

J:\mindprod\jgloss\make.html
Canadian Mind Products
Please the feedback from other visitors, or your own feedback about the site.
Contact Roedy. Please feel free to link to this page without explicit permission.

IP:[65.110.21.43]
Your face IP:[44.215.110.142]
You are visitor number