How to run a Java program outside Eclipse on freeBSD?
Ivan Georgiev
yngwiie at bk.ru
Thu Mar 8 02:58:01 UTC 2012
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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse
> To unsubscribe, send any mail to "freebsd-eclipse-unsubscribe at freebsd.org"
>
>
More information about the freebsd-eclipse
mailing list