https://github.com/manifold-systems/manifold-sample-project
A simple project demonstrating how to use Manifold
https://github.com/manifold-systems/manifold-sample-project
intellij java manifold manifold-systems
Last synced: about 1 year ago
JSON representation
A simple project demonstrating how to use Manifold
- Host: GitHub
- URL: https://github.com/manifold-systems/manifold-sample-project
- Owner: manifold-systems
- Created: 2017-11-10T23:38:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T17:03:27.000Z (over 1 year ago)
- Last Synced: 2025-03-18T18:23:18.228Z (over 1 year ago)
- Topics: intellij, java, manifold, manifold-systems
- Language: Java
- Homepage: http://manifold.systems/
- Size: 126 KB
- Stars: 13
- Watchers: 5
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
## Manifold Sample Project (Maven, IntelliJ)
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](https://www.jetbrains.com/idea/download)
* 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](https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot): `File | Project Structure | SDKs | + | path-to-your-Jdk11`
* Set the project JDK and language level: `File | Project Structure | Project` select `11` for both `Project JDK` and `Project language level`
* Build the project
* Examine the `abc/RunMe.java` file
Use IntelliJ features such as: