From owner-freebsd-java@FreeBSD.ORG Thu Jun 23 13:22:00 2011 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8ADB6106564A for ; Thu, 23 Jun 2011 13:22:00 +0000 (UTC) (envelope-from jomarcar@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 424828FC1B for ; Thu, 23 Jun 2011 13:21:59 +0000 (UTC) Received: by vws18 with SMTP id 18so1854213vws.13 for ; Thu, 23 Jun 2011 06:21:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=TvHgB9Drb4W/YZjlaA6f4sgnT5ytCvE9Wu4Gpct+0VM=; b=J5fxVABJpLA9VPqQMvyerNR3xEHjBZOGMbzHSPf80vTZIikzcynVIO9f6KkBODR/uz XLG4tb4rUMXJU2RaGnUzbQk1ZgO7qY/YMswh+4DqbBDVTtT9Ztkj+Q9/yGYul64dnr1o dRds5blhi0Y6o05NY1ttSmeX0fJaerOx1c/zY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=YBEhR9bNO3zjOPHNH3d3XUprAgqbHxu+qhsYRDsHIuT/6K1KlNkr8fvK7x8gMyCbwC ztIO5dYHgaeOLm1iMiTJK/VGC7uoNuAS5BdYm/CBNxWXbABa9VbgollL+Q2leJTOqHqb COlxvBSUL+j1Yhc79H281SYh+a89hBUCeiizM= MIME-Version: 1.0 Received: by 10.52.65.169 with SMTP id y9mr2849510vds.64.1308835318406; Thu, 23 Jun 2011 06:21:58 -0700 (PDT) Received: by 10.52.108.66 with HTTP; Thu, 23 Jun 2011 06:21:58 -0700 (PDT) Date: Thu, 23 Jun 2011 14:21:58 +0100 Message-ID: From: =?UTF-8?Q?Jos=C3=A9_Miguel_Mart=C3=ADnez_Carrasco?= To: freebsd-java@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: where to install jar files on openjdk6? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2011 13:22:00 -0000 Hi Graham the JAVA_HOME variable points (in my case) to /usr/local/openjdk6 you can also find java applications under /usr/local/share/java, actually I install my java applications there. Finally remember that you can put your jar files wherever you like as soon as you remember to add them to the CLASSPATH variable. Best. Jos=C3=A9 Miguel Mart=C3=ADnez Carrasco ------------------------------------------------ http://www.jm2dev.com http://identi.ca/jm2dev http://twitter.com/jm2dev http://uk.linkedin.com/in/josemiguelmtnzcarrasco On Thu, Jun 23, 2011 at 1:00 PM, wrote: > Send freebsd-java mailing list submissions to > =C2=A0 =C2=A0 =C2=A0 =C2=A0freebsd-java@freebsd.org > > To subscribe or unsubscribe via the World Wide Web, visit > =C2=A0 =C2=A0 =C2=A0 =C2=A0http://lists.freebsd.org/mailman/listinfo/free= bsd-java > or, via email, send a message with subject or body 'help' to > =C2=A0 =C2=A0 =C2=A0 =C2=A0freebsd-java-request@freebsd.org > > You can reach the person managing the list at > =C2=A0 =C2=A0 =C2=A0 =C2=A0freebsd-java-owner@freebsd.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of freebsd-java digest..." > > > Today's Topics: > > =C2=A0 1. where to install jar files on openjdk6? (Graham Menhennitt) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 22 Jun 2011 22:30:28 +1000 > From: Graham Menhennitt > Subject: where to install jar files on openjdk6? > To: freebsd-java@freebsd.org > Message-ID: <4E01E064.2070900@menhennitt.com.au> > Content-Type: text/plain; charset=3DISO-8859-1; format=3Dflowed > > G'day all, > > I'm trying to run a Java based web app in Firefox on FreeBSD 8-stable > using the OpenJDK6 port. The app uses a number of JAR files and I don't > know where to install them. Under Linux running sun-java6-jre, the same > files would get stored into /usr/java/packages/lib/ext and > /usr/lib/jvm/java-6-sun/jre/lib/security. Could somebody please tell me > what the equivalent locations are? > > Thanks in advance for your help, > =C2=A0 =C2=A0 Graham > > > ------------------------------ > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > > End of freebsd-java Digest, Vol 427, Issue 3 > ******************************************** >