From owner-freebsd-java@FreeBSD.ORG Thu Dec 22 22:13:13 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 C95B516A41F for ; Thu, 22 Dec 2005 22:13:13 +0000 (GMT) (envelope-from ashok.shrestha@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id C41A843D5E for ; Thu, 22 Dec 2005 22:13:12 +0000 (GMT) (envelope-from ashok.shrestha@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so478676wra for ; Thu, 22 Dec 2005 14:13:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gSbL6gBnkubM1sN6JPDhOeUNnO54zhp8+Bl6evGfIyey3TLUAi+beRZ0Jfhz1Vn3QD7wNIHF699cP3VRWMes3PyuqL6785fTDa+qm9+lbG+eiQ6jHW99J552qEcPOZaFb7DmU+v9RcdTHYPvW4R/K2exdCvHfE6lViaRj5n+gwE= Received: by 10.54.96.2 with SMTP id t2mr2107166wrb; Thu, 22 Dec 2005 14:13:10 -0800 (PST) Received: by 10.54.127.14 with HTTP; Thu, 22 Dec 2005 14:13:10 -0800 (PST) Message-ID: <79e2026f0512221413x4fbb3dc1j49f089f7c770d153@mail.gmail.com> Date: Thu, 22 Dec 2005 17:13:10 -0500 From: Ashok Shrestha To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: 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:13:13 -0000 What is the Java equivalent of C++ system(char*) ? That is, how can I run shell code using Java? -- Ashok Shrestha