This repository contains ready-to-use code samples created for the CKFinder Java connector.
-
Clone this repository (or download ZIP).
-
Enter the directory and build the project.
If you are using Gradle, execute:
./gradlew build
If you are using Maven, execute:
./mvnw package
-
Modify configuration to enable the application.
In the
ckfinder.yml
configuration file change the value of parameter namedenabled
totrue
as follows:enabled: true # Change this value to "true" to enable the application
-
Run the demo application from the command line with:
If you are using Gradle:
java -jar build/libs/ckfinder-docs-samples-java-4.0.1.jar
If you are using Maven:
java -jar target/ckfinder-docs-samples-java-4.0.1.jar
-
Open http://localhost:8080/ckfinder/static/samples/index.html in your browser to see CKFinder samples.
Copyright (c) 2024, CKSource Holding sp. z o.o. All rights reserved. For license details see: LICENSE.md.
CKFinder is distributed under the CKFinder License Agreement In order to purchase a license visit the CKEditor Ecosystem website.