1,713 questions
0
votes
0
answers
61
views
RCP - Search option under Multichoice widget
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 ...
0
votes
0
answers
23
views
Eclipse P2: Updating the plugin with a custom Provisioning Action
We are developing plugins for Eclipse and we have a plugin (let's call it pluginA) that has a p2.inf under /pluginA/META-INF. This file contains some configuration instructions when installed/updated. ...
0
votes
0
answers
77
views
slf4j 2.x with logback is not working in OSGI eclipse based application
I'm working on an Eclipse-based application that uses tycho/maven.
As we know, there is a change in Slf4j 2.x loading mechanism. Hence, I provided a logbackserviceloader also. But it won't work.
...
0
votes
1
answer
47
views
Performance Problem with JFace ComboViewer
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 ...
0
votes
0
answers
52
views
Eclipse RCP when opening OLE (word) the main bar menu disappears. how to avoid it?
In Eclipse-RCP I open a Microsoft Word document using the following code:
oleClientSite = new OleClientSite(oleFrame, SWT.NONE, "Word.Document", file);
oleClientSite.doVerb(OLE....
1
vote
2
answers
212
views
Eclipse is not able to launch with org.eclipse.equinox.simpleconfigurator
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....
1
vote
0
answers
99
views
What could make Jasper Reports slower in a built RCP client versus a client started from Eclipse?
I have an RCP application which is built with Tycho / Maven. The build uses both poms and manifests, in other words it really isn't pom first or manifest first.
I upgraded the Eclipse RCP Target ...
0
votes
0
answers
39
views
Let a view show the details for selected entries of two other views in rcp e4
My application contains three views: On the left side view "A" and view "B" each with a list of table entries and on the right side the view "Details" that shows the ...
0
votes
0
answers
21
views
Eclipse fragment project localization failed
I have created a eclipse fragment project.The host plugin is org.eclipse.ui,the fragment folder like this:
com.cqyt.ide.nl
META-INF
MANIFEST.MF
build.properties
plugin_zh.properties
The ...
0
votes
0
answers
65
views
Replacing PDEBuild with Tycho
I have an old eclipse RCP app that is built by Ant and PDE-Build.
Since PDE-Build is deprecated I would like to swap it out for RCP's new build tool Tycho.
My question is: what is essential to getting ...
0
votes
0
answers
61
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 ...
0
votes
1
answer
41
views
Problems displaying pivot charts in E4 RCP
here is the application.e4xmi:
This is how the Perspective looks when start:
In Open Perspective Dialog:
So Strange
The display is normal when using extension point definitions, but incorrect when ...
1
vote
0
answers
463
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;
...
2
votes
1
answer
124
views
Issue with Opening NetBeans TopComponent at Startup
I'm working on a NetBeans Platform application and I want to open a TopComponent automatically when the application starts. Despite following the typical steps, my TopComponent does not open at ...
0
votes
1
answer
528
views
Unresolved requirement: Require-Bundle: org.eclipse.ui
I have an RCP application in eclipse. That works into eclipse, but when I export it, I have this stacktrace
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve ...