Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
W workbench-plugin-sdk
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pub
  • workbench-plugin-sdk
  • Wiki
  • Home

Last edited by Samuel Chéreau Jun 21, 2018
Page history

Home

FALCOM Workbench Plugin SDK Wiki

How to clone and compile

  1. Get and install JDK and IntelliJ:
  • JDK: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
  • IntelliJ: https://www.jetbrains.com/idea/download/#section=windows
  1. Start IntelliJ and click: Check out from Version Control with the Git clone link
  2. Create new project from source and follow the guidelines, make sure to select your JDK version
  3. Build project for the myPlugin example
  4. In the ./out/ directory, make a myPlugin.jar containing all the compile .class file, and copy it to the folder ./lib/
  5. In the main directory, create a patch.zip file which contains:
  • ./lib/myPlugin.jar
  • ./data/images/*
  • ./plugins/myPlugin/*
  1. Download FALCOM Workbench 3.2.0 or later
  2. Unzip the content of your patch.zip over the FALCOM Workbench Install Directory
  3. Start FALCOM Workbench
Clone repository
  • Home