Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to remove dependency to XServer in Linux for RCP product (How to remove dependency to XServer in Linux for RCP product )
How to remove dependency to XServer in Linux for RCP product [message #1858779] Fri, 21 April 2023 03:57
Madhavi T is currently offline Madhavi TFriend
Messages: 4
Registered: January 2016
Junior Member
I am working on Eclipse RCP product
This product works on linux commandline when Xserver is available in environment.
But when same product is run from linux console where Xserver is not installed, it gives error
gtk_init_check() failed.

I know that product has plugin which is dependent on swt. Hence its giving error
gtk_init_check() failed , in absence of X-server.
I want to run same product on linux platform where Xserver is not installed
(want to make existing product independent of Xserver to run in linux console).

I am aware that one possible solution is : In the the product, separate the UI in another plugin and load UI plugin conditionally

I would like to know , how this can be handled using OSGI/equinox options?

Thank you,
Regards.
Previous Topic:LinkageError with OSGI Bundle
Next Topic:Custom Eclipse Plugin compatibility issues due to changes in EclipseLauncher class
Goto Forum:
  


Current Time: Fri Apr 26 15:03:34 GMT 2024

Powered by FUDForum. Page generated in 0.03319 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top