Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.04 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.04 KB

Mode Template for Processing 3.x, 4.x

This is forked from Mode Template for Processing 2.0

It worked in the following environments

  • macOS Monterey 12.5
    • IntelliJ IDEA 2021.3.3 (Community Edition)
    • Processing 4.2
    • OpenJDK 17 (included in Processing 4.2)
  • Windows 10
    • IntelliJ IDEA
    • Processing 3.3.5
    • JDK 1.8

Usage

1. Import JDK and external libraries

  • JDK included in the Processing you are using
    • e.g., /Applications/Processing.app/Contents/PlugIns/jdk-17.0.6+10/Contents/Home
  • .jar files containing core.jar
    • e.g., /Applications/Processing.app/Contents/Java/core/library
  • .jar files containing pde.jar
    • e.g., /Applications/Processing.app/Contents/Java
  • .jar files containing related to JavaMode
    • e.g., /Applications/Processing.app/Contents/Java/modes/java/mode

2. Edit file paths in build.xml and info at resources/mode.properties

3. Ant build build.xml