CKEditor for Java Released!

Posted by Anna

We are happy to announce the release of yet another official CKEditor integration, this time for Java. CKEditor for Java makes integrating the most popular online WYSIWYG editor in the world with Java applications easier than ever before.

Java Support

Java integration was already available for the predecessor of CKEditor, the acclaimed FCKeditor, and we are now proud to present the complete rewrite of this feature.

Using CKEditor for Java

Adding a CKEditor instance to your Java application has never been easier — just follow the steps below:

  • Download standalone CKEditor and place it in a directory of your choice, like /ckeditor/.
  • Download the ckeditor-java-core-3.x.jar library and place it in the /WEB-INF/lib directory (or alternatively, add a dependency in pom.xml).
  • When the JSP page is ready, declare the CKEditor tag library inside the page:
    <%@ taglib uri="http://ckeditor.com" prefix="ckeditor" %>
  • Add the tag to the page in order to replace a selected textarea with CKEditor:
    <ckeditor:replace replace="textareaId" basePath="/ckeditor/" />

Complete step-by-step integration instructions are available in the Integration Guide.

Download

Visit the CKEditor download page and download the CKEditor for Java as well as the latest CKEditor release.

Reporting Issues

We will be thankful for all feedback regarding the new integration of CKEditor as well as any suggestions on how to further improve it. Please use the CKEditor development web site to report issues and suggestions through tickets. Use the contact form from our website to send your questions and comments.

Support

Community support is available through our forums. Visit the support page for additional options.

Enter the discussion and post your comment

Post a comment
  1. The content of this field is kept private and will not be shown publicly.
  1. viper 5901's picture

    viper 5901

    Reply

    ckeditor ,cool app!~ it's really helps me a lot, and thanks

  2. i have downloaded and tried CKeditor but Browse Server Button in image info tab of Image Properties is missing as  one shown in CKeditor Demo...Please give the Detail information about how can i make it visible and working with it......

    • You need to integrate a file browser/ uploader with your CKEditor. See: http://docs.cksource.com/CKEditor_3.x/Howto/File_Uploader

      The demo page contains the following caption: "This online demo features CKFinder (...)". The Browse Server/ file upload functionality comes from the integration with CKFinder, but you can also use a custom solution to achieve a similar result.

      • Hi Anna,

        Thanx for ur Reply, but i m integrating CKfinder in CKeditor and i m doing all these stuff in jsp.....i have integrated CKfinder with CKeditor successfully and it should work  as per the CKfinder Demo i've seen on website

        But as far as the Browse Server Button is missing no CKfinder Popup window  opens and it's not possible for me to Upload the Files...

        will u plz send me one application that has succcessful integration of these two ckfinder and ckeditor and upload file at some Temporary Directory...

        I will be so much Thankful to you.... 

        • Hi Kunal,

          I recommend you follow the instructions from CKFinder for Java Developer's Guide. The CKEditor Integration article describes all steps neccessary to create a working CKEditor + CKFinder integration. You can try the manual integration method first and once you have it working, proceed to more advanced configurations. Good luck!

          • Hi Anna Thnax for Supporting me Things are working quite comfortably.......

  3. fitnessfactor21's picture

    fitnessfactor21

    Reply

    This is so handy. I recommend it to everyone. 

  4. Anonymous's picture

    Anonymous

    Reply

    Hi,

     I am trying to integrate CKeditor with Java. Followed all your integration steps, but still its not working. Could you please let me know if there is any detailed step by step information (like the one for ASP.NET) on how to integrate CKeditor with Java.

    Thanks,

    Shilpa

  5. SLUstudent's picture

    SLUstudent

    Reply

    it is not working... here is my code:

    Code cut - admin

    ive added the ckeditor-java-core-3.5.3.jar file in my libarires...and it didnt worked... why it no work? :|

    • Blog comments are definitely *not* the best place to seek support. Use the community forum for that, please.

  6. deepak's picture

    deepak

    Reply

    when i am deploying war file in jboss 5.x getting error --

     

    The absolute uri: http://ckeditor.com cannot be resolved in either web.xml or the jar files deployed with this application

     

    please help

  7. how to get content by javascript