jvm

Everything related to Installing and maintaining software.
Post Reply
mechanic
Posts: 23
Joined: Sun Dec 13, 2015 12:54 pm

jvm

Post by mechanic »

No package for 'jvm' listed? How to install?
jmp20
Posts: 13
Joined: Wed Aug 01, 2018 10:33 am

Re: jvm

Post by jmp20 »

I installed JVM by enabling the FreeBSD repository:

Code: Select all

FreeBSD: {
  url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly",
  mirror_type: "srv",
  signature_type: "fingerprints",
  fingerprints: "/usr/share/keys/pkg",
  enabled: yes
}
Ensure to disable the FreeBSD ports repository once you are done and here is the link:
https://forums.freebsd.org/threads/pkg ... ry.56273/
Post Reply