+-----------------------------------------------------------------------
| Running R on OpenBSD
+-----------------------------------------------------------------------

Configuring Java support
========================
To enable Java support, R needs to know where the JVM and the Java
libraries are located.

Running:

# export JAVA_HOME=/usr/local/jdk-11
# /usr/local/bin/R CMD javareconf

as root, will update both /usr/local/lib/R/etc/Makeconf and
/usr/local/lib/R/etc/ldpaths with the right settings.
