First, download CKEditor
1. Direct download address, current latest version for 3.6:http://ckeditor.com/download
Second, install CKEditor
Unzip Ckeditor_3.5.zip, get CKEditor folder, copy ckeditor entire folder to the root of project project, that is, under Webroot
Third, verify the CKEditor is installed successfully
Deployment Run project, Access: http://localhost/project name/ckeditor/_samples/index.html
You can get a demo page for the ckeditor Samples List to show that CKEditor has been installed successfully
iv. Application of CKEditor
1. Import JS file
<script type= "Text/javascript" src= "<%=request.getcontextpath ()%>/ckeditor/ckeditor.js" ></script >
2. Create and use CKEditor [HTML] View plain copy <%@ page language= "java" import= "java.util.*" pageencoding= "GBK"% > <! doctype html public "-//w3c//dtd html 4.01 transitional//en" > < html>