I have been trying to get CKEditor working as a JSP tag, and am having problems. I am using JDeveloper 10.1.3.5 (which seems to have the required versions of java and JSP) and following the instructions here: http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Java/Integration
I have got the ckeditor-java-core-3.5.3 directory under WEB-INF/lib and the two entries show up in my JSP Tag Libraries list (I have also tried it with only ckeditor-java-core-3.5.3.jar instead of all the jar files included in the download).
I have also unzipped the ckeditor package (tried both standard and full) into public_html.
The problem is that I get errors on my taglib command saying: "http://ckeditor.com" is not a registered TLD namespace
Thanks for any extra suggestions.