Hi,
I'm absolutely newbie to fckeditor. I'm trying to integrate it with my java web app. I have read the documentation, but I'm sure I'm still missing something... This is what I've done so far:
- Added the project to my maven dependencies
- Downloaded the scripts and adding them to the default location.
- Using the taglib to create the editor
Re: Newbie - Java Connector - java.lang.NoSuchFieldError: DIRECT
Hi,
does the Demo war run on your server?
It seems like Commons IO is not in your classpath. We depend on it, Commons Upload depends on.
Clean, purge, retry. See this line. It causes the error.
Make sure that you have enabled the connector.
Re: Newbie - Java Connector - java.lang.NoSuchFieldError: DIRECT
Thank you!
Re: Newbie - Java Connector - java.lang.NoSuchFieldError: DIRECT
If you don't use it directly, let it as transitive dependency: http://java.fckeditor.net/java-core/dependencies.html
Re: Newbie - Java Connector - java.lang.NoSuchFieldError: DIRECT
Thank you!