[ The current buffer is empty and is named
CoffeeApp.java .]
< Run the emacs command to generate a simple
java application template in the current buffer. >
( Issue the emacs command M-x java-app-template )
{ By working from the template you will be less
likely to introduce lexical errors into your program.
If you are working from scratch, typing tends to
introduce lexical errors. If you were working from
a copy of a "similar" program, incorrect editing,
e.g., cutting or pasting, sometimes introduces lexical
errors. }