Utilize a small sampling of core Manifold features to demonstrate the
structure of a basic project using Manifold. Use the pom.xml
file as a
template for your own project.
If you simply want to experiment with Manifold, this project will help get you started.
git clone https://github.com/manifold-systems/manifold-sample-project.git
- Open IntelliJ IDEA
- Install the Manifold plugin from within IntelliJ:
Settings | Plugins | Marketplace
- Restart IntelliJ to use the plugin
- Open the project you just cloned (open the root directory or the pom.xml file)
- Add the Java 11 JDK:
File | Project Structure | SDKs | + | path-to-your-Jdk11
- Set the project JDK and language level:
File | Project Structure | Project
select11
for bothProject JDK
andProject language level
- Build the project
- Examine the
abc/RunMe.java
file
Use IntelliJ features such as: