From owner-freebsd-java@FreeBSD.ORG Fri Apr 23 06:22:58 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D17E416A4CE; Fri, 23 Apr 2004 06:22:58 -0700 (PDT) Received: from smtp0.euronet.nl (smtp0.euronet.nl [194.134.35.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B79C43D1D; Fri, 23 Apr 2004 06:22:58 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from [194.134.168.213] (zaphod.euronet.nl [194.134.168.213]) by smtp0.euronet.nl (Postfix) with ESMTP id 7FCA124648; Fri, 23 Apr 2004 15:22:57 +0200 (MEST) From: Ernst de Haan To: java@FreeBSD.org, gabriel_ambuehl@buz.ch Date: Fri, 23 Apr 2004 15:22:58 +0200 User-Agent: KMail/1.6.1 References: <20040423124248.DE7AC1F5037@ws1-12.us4.outblaze.com> <4410588288.20040423150835@buz.ch> In-Reply-To: <4410588288.20040423150835@buz.ch> X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404231522.58662.znerd@FreeBSD.org> cc: Lukman Jaji cc: freebsd-java@freebsd.org Subject: Re: Binding JVM and Java Applications X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2004 13:22:59 -0000 I think it is allowed to distribute a JRE (not a JDK) with your application. Check the java.sun.com site for details, or even the License that comes with a JRE. Ernst On Friday 23 April 2004 15:08, Gabriel Ambuehl wrote: > Hello Lukman, > > Friday, April 23, 2004, 2:42:48 PM, you wrote: > > Dear friends, > > > > all java applications are dependent on the JVM. We all > > package our java applications and expect it to work on a system > > where JVM is installed. While packageing your application, is it not > > possible to package your JVM with it i mean the important folders in > > a java compiler the /bin,/lib /jre. Would it work.? > > It would. But you're not allowed by Sun to do that without a special > license (which I imagine will be costly to get). > > > > Best regards, > Gabriel > > _______________________________________________ > 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"