From owner-freebsd-java@FreeBSD.ORG Thu Dec 22 22:28:24 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org 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 B971E16A41F for ; Thu, 22 Dec 2005 22:28:24 +0000 (GMT) (envelope-from ashok.shrestha@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2432F43D5A for ; Thu, 22 Dec 2005 22:28:22 +0000 (GMT) (envelope-from ashok.shrestha@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so481197wra for ; Thu, 22 Dec 2005 14:28:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sNNs+gROvRbl053++sdbAtyqU/3Vl5EF6BBmUSVFg6AKqcf9ABBYZ2xSVHz/tOYWz4b2zbHM9jKCp1zU7cIVMFwAAiEJIYjwWG/+hCp+K7gGvu7bb/Le3ebNKXYAoVxFtNdwH4Lfp4nQcOZ/RbVEtjBAm1UeXKrsO+wXWmUgBMA= Received: by 10.54.102.14 with SMTP id z14mr2821563wrb; Thu, 22 Dec 2005 14:28:22 -0800 (PST) Received: by 10.54.127.14 with HTTP; Thu, 22 Dec 2005 14:28:22 -0800 (PST) Message-ID: <79e2026f0512221428s69db1be9s9e89e790823cdf6@mail.gmail.com> Date: Thu, 22 Dec 2005 17:28:22 -0500 From: Ashok Shrestha To: Nick Johnson In-Reply-To: <20051222141514.B68949@turing> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <79e2026f0512221413x4fbb3dc1j49f089f7c770d153@mail.gmail.com> <20051222141514.B68949@turing> Cc: freebsd-java@freebsd.org Subject: Re: java programming question X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 22:28:24 -0000 Thank you. On 12/22/05, Nick Johnson wrote: > See the API for Runtime, specifically Runtime.exec(...) > > Nick > > On Thu, 22 Dec 2005, Ashok Shrestha wrote: > > > What is the Java equivalent of C++ system(char*) ? > > > > That is, how can I run shell code using Java? > > > > -- > > Ashok Shrestha > > _______________________________________________ > > 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" > > > -- Ashok Shrestha