VennFX
Run Instructions
Latest Release
- Navigate to the latest release and download the included jar file (https://github.com/erick576/VennFX/releases).
- Run VennFX.jar with
java -jar VennFX.jar
*For MacOS users, if you recieve and error "VennFX.jar" can't be opened because it is from an unidentified developer.
you must update your system settings to allow non-AppStore applications to run:
- System Preferences -> Security & Privacy -> (Unlock Window) -> Allow apps downloaded from: (Select Anywhere)
- System Preferences -> Java -> Security -> (Select Medium)
Build from Source
gradlew clean build
- Navigate to build/libs/
- Run VennFX.jar by double-clicking on it or running
java -jar VennFX.jar
Important Folders
Documentation: Contains all documents (e.g. user manual)
VennFX: Contains the application source code
NOTE**: Please Read the User Manual If Not Sure How To Use Any Function In The Applicaton