From owner-freebsd-java@FreeBSD.ORG Tue Mar 23 09:24:01 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 22D5616A4CF for ; Tue, 23 Mar 2004 09:24:01 -0800 (PST) Received: from oxyd.caraldi.com (caraldi.com [195.137.249.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8FBD43D3F for ; Tue, 23 Mar 2004 09:24:00 -0800 (PST) (envelope-from jbq@anyware-tech.com) Received: from pc61.anyware-tech.com (unknown [217.112.237.100]) by oxyd.caraldi.com (Postfix) with ESMTP id 341EA20F8 for ; Tue, 23 Mar 2004 18:23:59 +0100 (CET) Received: by pc61.anyware-tech.com (Postfix, from userid 502) id F05E818493; Tue, 23 Mar 2004 18:23:58 +0100 (CET) Date: Tue, 23 Mar 2004 18:23:58 +0100 From: Jean-Baptiste Quenot To: freebsd-java@freebsd.org Message-ID: <20040323172356.GA10364@pc61.anyware> Mail-Followup-To: freebsd-java@freebsd.org References: <20040323164204.392DA2ABCA@ws1-6.us4.outblaze.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bp/iNruPH9dso1Pn" Content-Disposition: inline In-Reply-To: <20040323164204.392DA2ABCA@ws1-6.us4.outblaze.com> User-Agent: Mutt/1.4.1i Organization: Anyware Technologies -- http://anyware-tech.com/ Subject: Re: deploying java programs (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: Tue, 23 Mar 2004 17:24:01 -0000 --bp/iNruPH9dso1Pn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Lukman Jaji: > my club members is it possible to deploy java programs and turn them > into an icon where all you have to do is double click the icon and the > icon and the program executes Yes. You have to provide system-specific scripts or programs that wrap the call to Java: a DOS batch for Windows, a shell script for Unix. > is it also possible to turn it into an icon of your own, not the java > tea cup Yes, but again it is system-specific. Check out the documentation from each OS vendor. It is achieved differently on Windows, Mac OS, Gnome, etc. > is it possible to bind an sql database with a java front end and > deploy it The easiest way to do that is using a Java RDBMS like Hypersonic SQL. Its classes simply has to be bundled in your application. Cheers, --=20 Jean-Baptiste Quenot http://caraldi.com/jbq/ --bp/iNruPH9dso1Pn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFAYHKs9xx3BCMc9gsRAiFrAJ4/sbxCFO6kl3siAkKJ+JXxA89fHwCfZUcy 8Esdy4DTKQa0GTslLw4Vj5o= =4hX/ -----END PGP SIGNATURE----- --bp/iNruPH9dso1Pn--