Date: Wed, 20 Oct 1999 18:36:08 +0100 (BST) From: Jose Marques <noway@nohow.demon.co.uk> To: Sven Reimers <reimers@tu-harburg.de> Cc: ports@FreeBSD.org Subject: Re: Java ports Message-ID: <Pine.BSF.4.20.9910201828500.78468-100000@nohow.demon.co.uk> In-Reply-To: <380D6B26.458E354E@tu-harburg.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 20 Oct 1999, Sven Reimers wrote: > Are there up to know any conventions > for port sof java things, that is where > to put jar-files, class files, belonging > scripts etc? You might try asking on freebsd-java. I've done a few java ports - mostly for my own use. I use the following conventions. 1) If it's a library then jar files go into: /usr/local/share/java/classes/ 2) If it's a stand-alone application then jar files go into: /usr/local/share/java/<application-name>/ and scripts to run it go into: /usr/local/bin/ 3) Documentation goes into: /usr/local/share/java/<application-name>/ I have six open PRs for Java ports than you may like to look at. ports/12522: New port: cos ports/12523: New port: jdbcpool ports/13160: New port: java/jaf ports/13159: New port: java/collections ports/13162: New port: java/infobus ports/13163: New port: java/javamail -- Jose Marques To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.20.9910201828500.78468-100000>