From owner-freebsd-questions Wed Aug 26 05:08:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA19258 for freebsd-questions-outgoing; Wed, 26 Aug 1998 05:08:03 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from iglou.com (iglou2.iglou.com [192.107.41.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA19171 for ; Wed, 26 Aug 1998 05:07:55 -0700 (PDT) (envelope-from patrick@cre8tivegroup.com) Received: from [204.255.227.115] (helo=gateway.cre8tivegroup.com) by iglou.com with esmtp (8.9.1/8.9.1) id 0zBeLs-0002Jx-00; Wed, 26 Aug 1998 08:07:00 -0400 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <35E341D2.A08788F@magickalhome.com> Date: Wed, 26 Aug 1998 08:07:37 -0400 (EDT) From: Patrick Gardella To: "David W. Curry" Subject: RE: Executing java application. Cc: FreeBSD-Questions Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dave, All you need to do is use: java name.of.app That's it. 'Course the name of the app may be different from what you are used to. For example, to run FreeBuilder, a free Java IDE, you change directories into /usr/local/freebuilder, and then run it with: java org.freebuilder.Main That sets all the classpaths correctly for use with this app. Which app are you trying to use? Patrick Gardella On 25-Aug-98 David W. Curry wrote: > I am not sure this is the right group to ask this, so please forgive > me. I have the JDK port for FreeBSD. I have no problem compiling java > applications into classes, nor do I have a problem running java applets > with java capable browses. I compile them using the javac command. > What I can't figure out how to do is run stand alone java applications > in FreeBSD. I can do it, of course, with VJ++ on Windows. Can anyone > help me? > > Thanks, > > Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message