From owner-freebsd-eclipse@FreeBSD.ORG Thu Mar 8 02:58:00 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 E2E68106566C for ; Thu, 8 Mar 2012 02:58:00 +0000 (UTC) (envelope-from yngwiie@bk.ru) Received: from fallback7.mail.ru (fallback7.mail.ru [94.100.176.135]) by mx1.freebsd.org (Postfix) with ESMTP id 92DFC8FC0C for ; Thu, 8 Mar 2012 02:58:00 +0000 (UTC) Received: from smtp14.mail.ru (smtp14.mail.ru [94.100.176.91]) by fallback7.mail.ru (mPOP.Fallback_MX) with ESMTP id 3803F866E15A for ; Thu, 8 Mar 2012 06:42:39 +0400 (MSK) 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=VW98m1hIQSCe6+pj0qfpY2o6pX2EQkXFpttHawnSEog=; b=oqQPwegiWXWl3zGRpu8BsAkiF3MMCyQrLVJ0mAjs+Yb8du+v7vXZoT1aO1BuOM6to10ZUQD8Nn2Vb+8uRNwy1ZIdJ9taTfh3IZU39nD2TMib9fI2jOo+CwKq04af17iM; Received: from [109.160.16.234] (port=61439 helo=[127.0.0.1]) by smtp14.mail.ru with esmtpa (envelope-from ) id 1S5TJH-0006Tl-HK for freebsd-eclipse@freebsd.org; Thu, 08 Mar 2012 06:42:31 +0400 Message-ID: <4F581C98.1010000@bk.ru> Date: Thu, 08 Mar 2012 04:42:32 +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> In-Reply-To: <1331170994455-5546224.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 02:58:01 -0000 If it is a standalone app, you could export it as a runable jar and then run that through: java -jar app.jar Ivan На 3/8/2012 3:43 AM, qbing написа: > This is essentially about Eclipse workflow on freeBSD (I do extensively works > on freeBSD but am relatively new to Java and Eclipse.) > > After a Java program that compiles and runs fine within Eclipse on freeBSD > and is ready to get deployed. What is the most common approach to install it > and run outside Eclipse on a freeBSD machine? > > > -- > View this message in context: http://freebsd.1045724.n5.nabble.com/How-to-run-a-Java-program-outside-Eclipse-on-freeBSD-tp5546224p5546224.html > Sent from the freebsd-eclipse mailing list archive at Nabble.com. > _______________________________________________ > freebsd-eclipse@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse > To unsubscribe, send any mail to "freebsd-eclipse-unsubscribe@freebsd.org" > >