Skip to main content

Questions tagged [eclipse-rcp]

For questions about the Eclipse Rich Client Platform which is a generic Java platform for running applications. It provides the basic blocks for building rich client application using the OSGi framework.

-1 votes
0 answers
17 views

Custom context menu for browser view in Eclipse RAP

One of the views in my Eclipse RAP app renders a web page using a org.eclipse.swt.browser.Browser view. The users would like to have a custom context/right click menu for this view, but I cannot make ...
Gaëtan's user avatar
  • 807
0 votes
0 answers
27 views

unwanted p2 directory in rcp application after installation

after creating an eclipse rcp application, the folder structure contains some folders like "p2" which are not required for me. Even if that is required for updates I am not interested in ...
Ravi Bodla's user avatar
0 votes
0 answers
30 views

Problem not being able to download artifacts when installing plugins in Eclipse

We have been developing a plugin, and it has been installed successfully so far. However, for Eclipse 2023-12 and Eclipse 2024-03 versions If you do not check the Contact all update sites during ...
user26267915's user avatar
0 votes
1 answer
22 views

Adding Apache Camel to an Eclipse RCP application

I tried to add Apache Camel support in an Eclipse RCP application. With the new Eclipse, I can also add maven repositories in the target platform file, so that is what I did. My target platform ...
gdany's user avatar
  • 104
0 votes
0 answers
18 views

Eclipse GMF not working after upgrade from eclipse 4.6.3 to 4.23

We have a RCP product based on Eclipse which we have upgraded from Eclipse 4.6.3 to 4.23. We are using Eclipse GMF for activity diagram functionality. One of the class CreateElementAction.java class ...
Vishal Sharnagat's user avatar
0 votes
1 answer
35 views

What causes the Framework of my Eclipse RCP application to be stopped

I use Java 21 together with the Eclipse target platform 2024-06. My Eclipse RCP application starts fine when launched inside the Eclipse IDE. When I start the bundled program however, I see the splash ...
uminder's user avatar
  • 25.6k
0 votes
1 answer
43 views

Eclipse RCP application not rendering menu

I inherited Eclipse RCP application with Sirius plugin embeded, app was developed around 2020-21, I'm building menus in ApplicationActionBarAdvisor and this code is executed, but when application ...
MarcinK's user avatar
0 votes
0 answers
28 views

Validate Eclipse product file using Maven/Tycho

I'm working on an RCP application that uses a plugin based product file and I would like to know if it possible to validate the product file with the same function as in the PDE UI. In the product ...
Sangli's user avatar
  • 363
0 votes
0 answers
51 views

How to solve the import in jdk17 version javax.mail. XML. The transform. The Source module conflic

import javax.xml.transform.Source; import javax.xml.transform.stream.StreamSource; import javax.xml.validation.Schema; import javax.xml.validation.SchemaFactory; import javax.xml.validation.Validator; ...
lpp's user avatar
  • 1
0 votes
0 answers
27 views

View is not expanding with rows untill resize workbench

I have RCP plugin app, which has a "package view" with tree nodes, a "view1" which would sit in the same area as a problems view would in the java perspective, but on startup shows ...
jemrug's user avatar
  • 89
0 votes
0 answers
25 views

Love Hate Eclipse 4 Rcp Mac Export

I know there has been discussion around this topic, I am trying to better understand why the latest version of Eclipse RCP will not allow a user to create a simple RCP application and use the product ...
Duncan Krebs's user avatar
  • 3,502
0 votes
1 answer
40 views

Unable to install converters for openChrom when building in developer mode

I am currently exploring and working with openChrom, trying to extend the project by writing some plug-ins. I am following the development Quickstart guide on the official github page, and so far I ...
Evan Lou's user avatar
2 votes
1 answer
21 views

How to close a view part without saving its state?

We are migrating our RCP application from Eclipse 3.8 to Eclipse 4. In Eclipse 3.8, the saveState (IMemento) method of views was only called when closing the application, for views that were still ...
Kildary Klein's user avatar
0 votes
0 answers
11 views

How to remove a Welcome view from General folder of Show View section in Eclipse? [duplicate]

I have a requirement to remove Welcome view from General folder under Show View. Screenshot:https://i.sstatic.net/oGDzMpA4.png I tried making xslt configuration to remove a view from General folder....
Vinutha's user avatar
0 votes
1 answer
22 views

BIRT: Issue creating reports in MS Word

I am using product which is RCP client with BIRT 8 version and Eclipse 4.23 to generate report in Microsoft Word format. For small data the reports are created without any issue. However, for large ...
Vishal Sharnagat's user avatar

15 30 50 per page
1
2 3 4 5
377