Java2html is a simple program that, given a source java file, produces an 
html source with syntax highlighting.

Java2html offers the following features:
   
    - support for Java and C++
    - fast (single pass conversion using flex)
    - doesn't change formatting - only adds <FONT COLOR=#XXXX> tags
      and properly escapes non-ascii characters
    - easy integration with webservers - browse your sources colourized
    - gzips http output for browsers to save bandwidth (only in CGI mode)
    - documentation and manpage included

WWW: http://www.gnu.org/software/java2html/
