How to build an Equinox server product for Linux? [message #92453] |
Fri, 20 July 2007 06:59  |
Eclipse User |
|
|
|
Hi
- We are using Eclipse 3.3
- We created a plugin that contains an application (implementation of IApplication). The application does not make any contributions to the UI and it is NOT an RCP application. It has no graphical user interface, just the console.
- We created a product that references the above application
- We export the product on Windows and everything works fine.
Next, we wanted to install our server application on Linux. We assumed the RCP delta pack would be a good solution because it supports cross-platform builds. The problem is, that the product build always assumes that a window system is installed on Linux (gtk, motif), which is not the case on our server. What we would need now is a "console build". How can this be achieved with product export (or headless build)?
If the current product export does not support this, what is the best way to start an exported feature (which does not contain any executable)?
Thanks for your help,
Stephan
|
|
|
|
|
|
Re: How to build an Equinox server product for Linux? [message #92513 is a reply to message #92498] |
Fri, 20 July 2007 11:41  |
Eclipse User |
|
|
|
Hi Alex
The file is there and inside Eclipse (with the same JRE) it works perfect.
We now found out that it works, when we set the "Eclipse-BuddyPolicy: ext" in the plugin that accesses the encryption classes (which is in a different plugin than the application). osgi.parentClassloader is not set anymore.
We haven't find out yet, if this has any other (negative) influences on the rest of the application. Do you see any problems?
Cheers, Stephan
|
|
|
Powered by
FUDForum. Page generated in 0.12005 seconds