ports/java/openjdk25/pkg-message
Harald Eilertsen dd93e1a47a java/openjdk25: New port
An open-source implementation of the Java Platform, Standard Edition.

WWW: https://openjdk.java.net/projects/jdk/25/

Reviewed by:	jrm, bofh
Approved by:	fuz (mentor)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D53326
2025-10-27 15:29:55 +01:00

16 lines
291 B
Plaintext

[
{ type: install
message: <<EOM
This OpenJDK implementation may require procfs(5) mounted on /proc.
If you have not done it yet, please do the following:
mount -t procfs proc /proc
To make it permanent, you need the following lines in /etc/fstab:
proc /proc procfs rw 0 0
EOM
}
]