Eclipse | Plug-in | java2html - Plugin for Converting Java Code to HTML
java2html
A plugin for converting Java code to HTML.
Installation
-
Download the
java2html_eclipse_150.zipfile from the page below.
http://www.java2html.de/eclipse.html -
Extract the archive and copy the entire
de.java2html_1.5.0folder into thepluginsfolder of the Eclipse installation directory. -
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.