Myeclipse sets the default encoding method for JSP pages:
Windows-preferences-myeclipse-files & editors-JSP-encoding on the right: Set to iso000046/Unicode (UTF-8)
In the Java file, myeclipse sets the author, date, and other instructions:
Windows-preferences-Java-code style (CodeStyle)-code templates (Code Template)-comments (comment) on the Right-select types (type)-click Edit-enter the following information
/**
* @ Author jcuckoo
* @ Creation date $ {date}
* @ Version: V 1.0
*/
Click OK-select the code style on the left-select the check box on the right (automatically add comments for new methods and types)-click Apply) -click OK)
Eclipse sets the author, date, and other instructions in the Java file:
Windows (window)-preferences (preferences)-Java-code style-code templates-Comments on the right-select types-click Edit-enter the following information
/**
* @ Author jcuckoo
* @ Creation date $ {date}
* @ Version: V 1.0
*/
Click OK-select the following check box (automatically add comments for new methods and types)-click Apply-click OK