From owner-freebsd-java Mon Mar 19 3:49:17 2001 Delivered-To: freebsd-java@freebsd.org Received: from l04.research.kpn.com (l04.research.kpn.com [139.63.192.204]) by hub.freebsd.org (Postfix) with ESMTP id 321E537B719 for ; Mon, 19 Mar 2001 03:49:14 -0800 (PST) (envelope-from K.J.Koster@kpn.com) Received: by l04.research.kpn.com with Internet Mail Service (5.5.2653.19) id ; Mon, 19 Mar 2001 12:49:13 +0100 Message-ID: <59063B5B4D98D311BC0D0001FA7E452205FD9A75@l04.research.kpn.com> From: "Koster, K.J." To: 'hajer daoud' Cc: freebsd-java@FreeBSD.ORG Subject: RE: Date: Mon, 19 Mar 2001 12:49:11 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, > > How can i make an excutable with java > Umm. You don't, because executables are inherently platform dependent. If you don't like to type command line, use shell scripts and batch files to make it more friendly. If you're looking for a Java to native compiler, do a websearch for Java to C or C++ compilers. I doubt they're very useful, because I think they won't support dynamic code loading. That is arguably one of the more useful features of Java. Kees Jan PS. It is considered bad form to post HTML to a public mailing list. ================================================ You are only young once, but you can stay immature all your life. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message