Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] How to launch equinox manually?

On Wed, Mar 7, 2012 at 9:09 PM, Qiaobing Xie <qiaobing.xie@xxxxxxxxx> wrote:
Hello,

I am running Eclipse on FreeBSD and there is no platform-specific fragment to launch Equinox for FreeBSD ("Export product" on the freeBSD version of Eclipse does not generate a binary runnable in the destination directory). But I can "Export" to Linux or Windows platforms without problem. So, I am wondering what Java command should be used to get equinox started and running on that platform for an exported OSGi app.

If it's an equinox application it's just

bash$ java -jar \
  eclipse/plugins/org.eclipse.equinox.launcher_1.3.0.v20120305-1904.jar \
  -application your.application.id

PW


--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top