Skip to content

Files

Latest commit

38f787c · Mar 26, 2025

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 11, 2023
Mar 22, 2015
Oct 15, 2020
Apr 30, 2017
Nov 28, 2018
Jan 29, 2024
Oct 15, 2024
Jun 1, 2022
Jun 1, 2022
Sep 11, 2024
Jun 1, 2022
Sep 11, 2024
Sep 11, 2024
Mar 26, 2025

README.md

Apache Ignite Examples

This module contains examples of how to run Apache Ignite and Apache Ignite with 3rd party components.

Instructions on how to start examples can be found in README.txt.

How to start examples in the developer's environment, please see DEVNOTES.txt.

Running examples

Ignite uses proprietary SDK APIs that are not available by default. See also How to run Ignite

To set up local IDE to easier access to examples, it is possible to add following options as default for all applications

--add-exports=java.base/jdk.internal.misc=ALL-UNNAMED --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=java.management/com.sun.jmx.mbeanserver=ALL-UNNAMED --add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED --add-exports=java.base/sun.reflect.generics.reflectiveObjects=ALL-UNNAMED --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED --illegal-access=permit

For example, for IntelliJ IDEA it is possible to use Application Templates.

Use 'Run' -> 'Edit Configuration' menu.

Contributing to Examples

Notice When updating classpath of examples and in case any modifications required in pom.xml please make sure that corresponding changes were applied to

These pom files are finalized during release and placed to examples folder with these examples code.