Date: Thu, 08 Mar 2012 04:42:32 +0200 From: Ivan Georgiev <yngwiie@bk.ru> To: freebsd-eclipse@freebsd.org Subject: Re: How to run a Java program outside Eclipse on freeBSD? Message-ID: <4F581C98.1010000@bk.ru> In-Reply-To: <1331170994455-5546224.post@n5.nabble.com> References: <1331170994455-5546224.post@n5.nabble.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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" > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F581C98.1010000>