Eclipse | Plug-in | java2html - Plugin for Converting Java Code to HTML

java2html

A plugin for converting Java code to HTML.

Installation

  1. Download the java2html_eclipse_150.zip file from the page below.
    http://www.java2html.de/eclipse.html

  2. Extract the archive and copy the entire de.java2html_1.5.0 folder into the plugins folder of the Eclipse installation directory.

  3. Start or restart Eclipse.

Usage

Select a block in the Java source, right-click, and run javaToHtml.
You can output to the clipboard or create a file.

※ Note
Korean comments may break. If you look at the HTML code, you can fix this by changing charset=iso-8859-1 to charset=euc-kr.