Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Aug 1998 08:07:37 -0400 (EDT)
From:      Patrick Gardella <patrick@cre8tivegroup.com>
To:        "David W. Curry" <david@magickalhome.com>
Cc:        FreeBSD-Questions <freebsd-questions@FreeBSD.ORG>
Subject:   RE: Executing java application.
Message-ID:  <XFMail.980826080737.patrick@cre8tivegroup.com>
In-Reply-To: <35E341D2.A08788F@magickalhome.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.980826080737.patrick>