From owner-freebsd-eclipse@FreeBSD.ORG Thu Mar 8 13:44:26 2012 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B16D1065676 for ; Thu, 8 Mar 2012 13:44:26 +0000 (UTC) (envelope-from yngwiie@bk.ru) Received: from smtp8.mail.ru (smtp8.mail.ru [94.100.176.53]) by mx1.freebsd.org (Postfix) with ESMTP id 375A28FC21 for ; Thu, 8 Mar 2012 13:44:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References:Subject:To:MIME-Version:From:Date:Message-ID; bh=WoSQGs2hEPzsYCCUx+jmIrUGlWtJ2w5T1xB5QR6e4aQ=; b=pIRg4u/W1Ldr77KR2OqqzsrcG0Xtg+UTQTuZLxvvbJxHW6KBsLJB3BFYzzot9Htw4kHbXaAj/qXS8unSxbgf7KBT/qGd1U5vlCpNQCiM0qB9zTtKOLhisoplyrPHdvcD; Received: from [109.160.16.234] (port=49429 helo=[127.0.0.1]) by smtp8.mail.ru with esmtpa (envelope-from ) id 1S5ddj-0005oA-9f for freebsd-eclipse@freebsd.org; Thu, 08 Mar 2012 17:44:19 +0400 Message-ID: <4F58B7AC.3040306@bk.ru> Date: Thu, 08 Mar 2012 15:44:12 +0200 From: Ivan Georgiev User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: freebsd-eclipse@freebsd.org References: <1331170994455-5546224.post@n5.nabble.com> <4F581C98.1010000@bk.ru> <1331179328431-5546394.post@n5.nabble.com> In-Reply-To: <1331179328431-5546394.post@n5.nabble.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam: Not detected X-Mras: Ok Subject: Re: How to run a Java program outside Eclipse on freeBSD? X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2012 13:44:26 -0000 На 3/8/2012 6:02 AM, qbing написа: > Could you get more details on how to export it as a ruinable jar from > Eclipse? I tried "Export product" wizard but that didn't seem to work. > > Thanks, > -Qiaobing > Right click on the project that you whish to export, then click on Export. From the wizard that pops up, expand the Java option and select Runnable Jar File from it. Ivan