Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
21 views

Up to now I have worked with Eclipse on an RCP application to add features (plugin features) for extend the base eclipse editor. Now I would like to recreate the same Eclipse RCP concept using Visual ...
Daniel Scerpa's user avatar
2 votes
1 answer
104 views

I'm creating an Eclipse batch application that applies source cleanups (equivalent of right-click menu Source -> Clean Up) from a profile file. It's an XML file listing the rules and whether they'...
Sybuser's user avatar
  • 1,756
0 votes
0 answers
61 views

I am using org.eclipse.nebula.widgets.opal.multichoice.MultiChoice in my application to work on multiple selections. However, I have nearly 70 multiple entries under the widget and it is difficult to ...
Girish's user avatar
  • 1
-1 votes
0 answers
64 views

I have an Eclipse 4.31 based RCP/RAP application that uses OSGi SOAP services. When I start Eclipse with the -clean command, the startup performance of my SOAP services becomes significantly slower. ...
Tekchand Patil's user avatar
0 votes
0 answers
90 views

I am trying to start an OSGi app from the Windows command prompt using org.eclipse.equinox.simpleconfigurator and either I am missing something in my config.ini or it doesn't get picked-up for some ...
Deverry's user avatar
0 votes
0 answers
55 views

When I run my eclipse product, The first error (among many similar) is: !ENTRY inez-parser 4 0 2025-08-17 10:04:02.509 !MESSAGE FrameworkEvent ERROR !STACK 0 org.osgi.framework.BundleException: Could ...
Árpád Magosányi's user avatar
1 vote
0 answers
68 views

I have a label provider for my model tree view: public class ModelTreeLabelProvider implements ILabelProvider { @Inject IWorkbench workbench; @Override public Image getImage(Object ...
Árpád Magosányi's user avatar
0 votes
1 answer
64 views

I am trying to create a java FX based visual in an editor. As a first step I tried to create an FXCanvas like this: public class ModelEditorView extends EditorPart { public static String ID = &...
Árpád Magosányi's user avatar
0 votes
1 answer
40 views

I’m working on a custom ErrorParser in Eclipse CDT and I’d like to detect multi-line error messages from the build console so I can create a problem marker. From what I’ve seen, both ErrorParser and ...
MBaev's user avatar
  • 373
1 vote
0 answers
130 views

Using eclipse SWT. When I draw on an image, and then create a copy of it before disposing of the GC, the copied image does not contain the new drawing. My goal was to create an original image (image1),...
ArunJose's user avatar
  • 2,264
0 votes
0 answers
18 views

I have an eclipse application using GEF. It have a tree view and a diagram editor with a flyout palette among other things. I can drag&drop from the palette to the editor. I can also copy&...
Árpád Magosányi's user avatar
0 votes
0 answers
75 views

I want to install some features in the PDE Eclipse runtime, but not in the Eclipse installation. However, the features actually used by the PDE Eclipse runtime are those selected when starting the ...
Bourbon_7's user avatar
  • 351
0 votes
1 answer
147 views

We develop a Eclipse RCP app using the Eclipse IDE. There is a Target Platform that we use (xml below) that causes errors for me -- everybody else seems to be fine. A pop up opens and there are ...
Apollo's user avatar
  • 1,908
0 votes
0 answers
49 views

I use a plugin_customization.ini file for preference customization in Eclipse rcp product. I added below preference in the file to set dark theme as default but it is not working. Can someone please ...
Praveen Balasubramaniam's user avatar
1 vote
0 answers
140 views

I have an OSGi application using Eclipse v4.20 under Java 11 that works perfectly. I am updating all the plugins to use Eclipse v4.34 and Java 17. The application is started with this command: C:\...
P Mart.'s user avatar
  • 11
0 votes
0 answers
70 views

I'm developing my own Eclipse application that implements a customized p2 update UI, so with respect to p2, I only need the org.eclipse.equinox.p2.core.feature feature, not the org.eclipse.equinox.p2....
Bourbon_7's user avatar
  • 351
0 votes
0 answers
72 views

We have migrated our eclipse based application from eclipse 4.15 to eclipse 4.26, and while testing the application we found an UI difference in composite. We have able to see the slant line from ...
jeevan08's user avatar
0 votes
0 answers
80 views

I have a new context menu entry "Compare..." and the sub-menus are some tools configured in the preferences (for example "Beyond Compare") that is used to compare some custom files ...
Freelancer's user avatar
1 vote
1 answer
50 views

I was checking on NatTable Row Grouping Functionality. There is one example called PerformanceRowGroupingExample where there are different functionalities to group and ungroup the rows. What I wanted ...
Sravani Janupala's user avatar
0 votes
1 answer
49 views

I need to display "too many" (like 20k) entries in a JFace ComboViewer. Measurement shows, that populating the combo takes multiple seconds, and depending on the UI I have several such ...
Chris Lewold's user avatar
1 vote
1 answer
50 views

I need to trigger the following custom DOM event const event = new CustomEvent('GTWEvent', { detail: { command: 'REQACCT' } }); window.dispatchEvent(event); Once I dispatch the above DOM event, I ...
Amit's user avatar
  • 11
0 votes
1 answer
70 views

The following always shows a blank / empty TextMergeViewer: public class SSCCE extends Dialog { protected SSCCE(Shell parentShell) { super(parentShell); } protected Control createDialogArea(...
Dave Carpeneto's user avatar
0 votes
0 answers
53 views

I added the -debug flag and specified an .options file path in MyRCPApplication.ini. However, when I launch my RCP application, a command prompt window pops up before the application starts, but it ...
Chinna's user avatar
  • 174
1 vote
2 answers
232 views

We are using Eclipse 4.26. We are trying to launch the application with simpleConfigurator with it is giving : java.lang.RuntimeException: No application id has been found. at org.eclipse.equinox....
jeevan08's user avatar
0 votes
0 answers
39 views

Title: "Why is my Eclipse RCP PropertyTester not being invoked for enabling a command?" Summary: I am working on an Eclipse RCP application where I have defined a command with a handler and ...
mahesh bhagirath's user avatar
1 vote
0 answers
53 views

I need to make some changes directly to the executable responsible for launching my RCP application. In this case, I'm modifying the manifest using the "mt.exe" tool from the Windows SDK. As ...
Jose Renato's user avatar
0 votes
0 answers
90 views

We have migrated from eclipse 4.15 to eclipse 4.26. Our dev-workspace is working fine. But our production build is not getting launched. I am using below config.ini file osgi.bundles=org.eclipse....
jeevan08's user avatar
1 vote
0 answers
79 views

We have migrating from eclipse RCP 4.15 to 4.26. We have created target paltform from referring to p2 repository. (https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/) Our Dev-...
jeevan08's user avatar
1 vote
1 answer
76 views

I need guidance on developing an Eclipse plugin project, as I am unsure how and where to begin. If you know of any articles or resources that can help with Eclipse plugin development, please share ...
Leander Kervin's user avatar
0 votes
1 answer
68 views

I'm working on a Java project using the Eclipse Jface librairies, and my goal is to display a custom tooltip when the user hovers over an item in a Jface TreeViewer. However, I'm encountering an issue ...
Etienne's user avatar
  • 25
0 votes
0 answers
45 views

Currently, in my RAP application, the border of the widget in focus gets white, and the users think this is not visible enough and want it to be changed to a more obvious color. I have been playing ...
Gaëtan's user avatar
  • 881
0 votes
0 answers
51 views

We have an Eclipse RCP based application that uses Eclipse 3.6 plug-ins and Java 1.8. I have a need to implement a login session timeout for the application. I am not too familiar with RCP. I googled ...
user2125853's user avatar
  • 1,345
0 votes
1 answer
38 views

I am creating an RCP application with the help plugin enabled. I added the code to run the help in the ApplicationWorkbenchAdvisor class, but I got the following error: Description Resource Path ...
Alien's user avatar
  • 3
0 votes
0 answers
59 views

I have an RCP application that I have attached my help plugin to. Help opens when I click Open Help, then a new window opens with the help. Is there a way to make my help plugin open in a browser ...
Alien's user avatar
  • 3
1 vote
2 answers
63 views

I would like to get rid of the "3D" styling in the nattable headers when using SortHeaderLayer. Basically all examples I found use this kind of styling. I found one example, where the UI ...
Chris Lewold's user avatar
1 vote
1 answer
52 views

How to select a dropdown list with eclipse rcptt. There is a label called "menu" and only one drop-down is present I,e ."basic" in the drop-down list which I have to select for ...
omkar kasture's user avatar
0 votes
0 answers
56 views

I built an RCP app with java 17 and Eclipse 2024.06 using Maven Tycho plugin 4.0.8. In plugin.xml I defined a toolbar. <plugin> <extension point="org.eclipse.ui.menus"> ...
IvanS's user avatar
  • 1
1 vote
0 answers
33 views

The Eclipse platform for RCP application is migrated from 4.6.3 to 4.23 (it's too old version but got the support till next year). With this change, the Eclipse UML2 is also migrated from 3.x to 5.x. ...
Vishal Sharnagat's user avatar
0 votes
0 answers
55 views

My target definition contains org.eclipse.equinox.http.jetty but is apparently missing some contraints. The Target Platform State view shows the following information: As I understand it, the bundle ...
paul's user avatar
  • 13.6k
-1 votes
1 answer
83 views

In my Eclipse RCP project, I am using a self-created library (Library A) that is also used in other Java projects, which are not Eclipse RCP projects. I can add this library to the Target Platform as ...
gillesB's user avatar
  • 1,219
0 votes
1 answer
185 views

I have been following the tutorial by Lars Vogel [https://www.vogella.com/tutorials/EclipseTycho/article.html#google_vignette]. I am currently stuck on a compilation error for the RCP plugin project : ...
janci's user avatar
  • 519
1 vote
0 answers
70 views

Trying to upgrade eclipse version 4.23 to latest 4.27 but not able to understand about rcptt support with elcipse 4.27 Wanted to know what is last eclipse version rcptt 2.5.2 work And what rcptt ...
Birudeo Garande's user avatar
1 vote
0 answers
43 views

Im currently UI-testing an Eclipse-RCP application using SWTBot. At one point the user is asked to select a file for an upload where a native file dialog popup will open up. Unfortunately as of the ...
K0rWin's user avatar
  • 11
0 votes
0 answers
18 views

I am migrating my RCP application from Eclipse 3.x to Eclipse 4. My application has org.eclipse.ui.exportWizards extension point declared in plugin.xml. In Eclipse 3.x, I can declare an item in File ...
Kildary Klein's user avatar
0 votes
0 answers
29 views

So I have 2 RMK menu items. Both menuitems will start Class1.java. Is there a way to find out in the RCP Class1(extends org.eclipse.ui.forms.editor.FormPage) like get_MenuItem_Selected(), to find out ...
jemrug's user avatar
  • 89
0 votes
0 answers
29 views

I have this code: display.addFilter(SWT.KeyDown, new Listener() { @Override public void handleEvent(Event event) { String string = ""; ...
Elena Larina's user avatar
0 votes
0 answers
61 views

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
1k views

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
71 views

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
1 answer
82 views

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
  • 26.4k

1
2 3 4 5
114