I did read the Java Integration for FCKEditor. I saw the examples code. And then I try to implement in my project all this. But I have several problems:
- I try to implement the UserPathBuilder and UserAction interfaces in my project, over my package definition (some like: mypackage.editor.UserPathBuilderImpl and mypackage.editor.UserActionImpl)
- I configure all files to FCKEditor Java Integration: web.xml, references to fckeditor-java-core-2.4 and I try to put an fckeditor.properties in my WEB-INF/classes but the fckeditor java core did never found it. Then I try to set this properties in a first loading servlet on my application to fill the PropertiesLoader class. And when I run this: UserPathBuilderImpl & UserActionImpl are not founded.
I follow the code and did found RequestCycleHandler class. This class cannot create the UserPathBuilderImpl & UserActionImpl instances.
Sow, you see I do everything!
What else can I try? Please help me soon.
Pd. Sorry, but english is not my native language
- I try to implement the UserPathBuilder and UserAction interfaces in my project, over my package definition (some like: mypackage.editor.UserPathBuilderImpl and mypackage.editor.UserActionImpl)
- I configure all files to FCKEditor Java Integration: web.xml, references to fckeditor-java-core-2.4 and I try to put an fckeditor.properties in my WEB-INF/classes but the fckeditor java core did never found it. Then I try to set this properties in a first loading servlet on my application to fill the PropertiesLoader class. And when I run this: UserPathBuilderImpl & UserActionImpl are not founded.
I follow the code and did found RequestCycleHandler class. This class cannot create the UserPathBuilderImpl & UserActionImpl instances.
Sow, you see I do everything!
What else can I try? Please help me soon.
Pd. Sorry, but english is not my native language
Re: Java Integration Problem