Home Download Executable Download Source Code

Running the Application

Pre-requisites

  • To run PROFET, Java SE Runtime environment (JRE) must be installed on your machine. If you do not have JRE or Java SE Development kit (JDK) installed on your machine, please download and install from here.
  • To view the structure of the DBN, Graphviz needs to be installed on your system. You can install Graphviz from the GraphViz Website.

Download Executable

PROFET can be run by downloading the Profet.jar along with its dependencies from here. After downloading the file, extract the folder and place it locally on your hard drive. Note PROFET does not support network paths. Do not save Profet.jar on a remote network drive.

Run

Open the command prompt (Windows) or terminal (Linux) and open the directory where you have placed the files. Run the following command: Java –jar Profet.jar

Compiling Source Code

If you want to run the application only, there is no need to download and compile the source code. However, if you wish to compile the source code, follow the following instructions.

Pre-requisites

Install Java JDK from here. Install any Java IDE, e.g. NetBeans (recommended).

Download Source Code

Download the source code from the GitHub Repository, or by clicking here. Open the project in NetBeans, build and run.