Windows Windows Installation

An OCaml installation is required, you can find instructions HERE !

To properly use this plugin it is required to define where your OCaml folder is, this can be done in the Settings -> Tools -> OCamlJ, from there you can either type the path to where OCaml is installed or browse for it.

IMPORTANT NOTE : You must select a folder containing the following directories :

.\bin where ocaml.exe is installed.

.\lib\ocaml where all ocaml modules are stored.

After defining the location of OCaml, either restart IntelliJ or Restart the interpreter, see below under Restarting the interpreter section HERE.

If everything has been set-up correctly, you should see an OCaml version when opening or restarting the interpreter.

Interpreter Ready