eclipse-rcp Questions
5
Solved
When I change a setting in a window like in the screenshot below, where are those settings actually stored?
Bonus: Is there any way, using Java, Eclipse RCP etc, to access the settings programmati...
Carbamate asked 2/7, 2013 at 17:27
9
I am getting the error below while running my eclipse plugin.
Eclipse used 4.12 with java11. It used to work fine in eclipse 4.6.3 + java8.
javax.xml.bind.JAXBException: Provider com.sun.xml.intern...
Purulent asked 19/9, 2019 at 10:31
4
I'm trying to use Apache POI Library in Eclipse RCP project.
So I added poi, poi-ooxml and poi-ooxml-schemas to project, but still got an Exception
java.lang.NoClassDefFoundError: org/apache/poi/ut...
Unscathed asked 16/8, 2016 at 8:26
2
I have a Java application that runs in OSGi/Equinox. From this application, I need to spawn Java subprocesses (e.g. via ProcessBuilder.start()) that run in OSGi/Equinox as well in order to handle c...
Scalade asked 27/8, 2018 at 15:34
6
Ok, so this is probably a NooB question (I'm more of a C++ guy), but I'm lost in the java woods and its frameworks forests...
I'm trying to look into eclipse RCP development. For that I'm followin...
Malposition asked 23/3, 2014 at 9:56
7
Solved
In Eclipse source code, I've found some '$NON-NLS-1$' in comments used like that :
private String toolTip = ""; //$NON-NLS-1$
What does that mean ?
Fiddlestick asked 17/3, 2009 at 12:34
2
Solved
How to build an eclipse RCP app based on Java 11 with tycho?
I'm using eclipse 2018-09 RCP + the Java 11 plugin + OpenJDK 11
My application is plugin-based and in all the plugins, theMANIFEST.MFfil...
Zadazadack asked 2/10, 2018 at 12:0
3
When writing Java code on Eclipse IDE, press Control + Space will pop up the content assist window.
For example, the content assist window for System. will list all the available fields and methods...
Expressway asked 16/12, 2015 at 19:50
5
Solved
I exported my eclipse plugin through the "Export Wizard" in the manifest and seems like everything went well (no errors). It created a .jar file within a plugin directory in a zip file.
I thought ...
Schoolboy asked 14/10, 2011 at 15:14
7
Solved
I just exported a product that is working nicely if I hit the "Launch an Eclipse application" button. If try to execute the exported product, I get following exception on the startup:
!SESSION 201...
Lxx asked 16/3, 2012 at 16:37
2
I'm organizing a build of an Eclipse RCP.
Using the p2-director, one property is the profile. The Eclipse documentation only states the below explanation, which isn't that clear in my view.
-pr...
Rubiaceous asked 16/5, 2012 at 9:30
6
Solved
I am writing an Eclipse plugin using Eclipse RCP (Kepler). Everything was working fine until last night all the sudden I started getting null pointer exceptions when trying to test my plugin. Here ...
Atli asked 24/8, 2013 at 15:42
3
Solved
It is said here, that product Id should be set "as defined in your plugin manifest".
What does it mean? That product Id should coincide with plugin Id? But this can't be true, since product can co...
Lightness asked 19/3, 2014 at 9:16
3
in my project I'm trying to export a Eclipse RCP application using Maven/Tycho.
All the plugins (and the product it-self) use the following version pattern when in "SNAPSHOT" release configuration...
Axon asked 4/5, 2015 at 15:55
1
I have a maven build for building an eclipse plugin which gets hung sporadically during the execution of
--- tycho-p2-repository-plugin:1.1.0:assemble-repository (default-assemble-repository) @ co...
Rillet asked 4/4, 2018 at 16:2
8
I'm attempting to create an Eclipse RCP application for the first time and so am following the Vogella tutorial here: http://www.vogella.com/articles/EclipseRCP/article.html
Per the steps I've cre...
Respectable asked 27/11, 2012 at 0:44
1
I want to add some GitHub projects as dependencies to my Eclipse RCP Plugin. The GitHub projects are oshi and leshan.
Both GitHub projects provide maven builds over maven central which i could use...
Gaddy asked 6/9, 2019 at 10:24
1
Solved
I am building an RCP application, where there will be updates in the features/plugins every quarter. So, if a user chooses to auto update the feature/plugin then new jars for updated plugins are ge...
Beulabeulah asked 28/10, 2020 at 8:43
4
Solved
I am developing an eclipse ECP application where I wanted to use the Eclipse icons like project, folder, task, etc.
Can anyone help me from where I can download these icons? I searched in w...
Inquietude asked 9/5, 2015 at 4:9
2
Solved
I've made a pop-up menu with one menu item, I want to enable it only when I do a right click on a tree item of a certain class type otherwise disable it.
How can I achieve this?
Canescent asked 12/7, 2012 at 10:38
2
Solved
I need to insert @Override / @Deprecated annotations and static modifiers automatically where necessary to all Java files of concrete project is opened in Eclipse IDE.
Eclipse has a great ability ...
Natator asked 15/1, 2013 at 22:49
2
Solved
I tested nextrtc-signaling-server which is opensource for Java.
But I encountered building Maven problem. I hope that this is solved.
My console log.
[INFO] Building jar: D:\signallinServer\next...
Testaceous asked 29/8, 2016 at 2:35
2
Solved
I am trying to make eclipse keybindings work.
I tried to make the rename command work.
I looked at some tutorials and experimented. I enabled command and key binding trace in console (http://eclips...
Florettaflorette asked 13/5, 2015 at 15:54
1
Solved
I just stumbled over a phenomenon in my code which comes down to this:
I have an OSGi Declarative Service providing two service interfaces configured as follows:
<?xml version="1.0" encoding="...
Pickle asked 17/7, 2019 at 12:36
1
I've recently changed my Eclipse e4 applications project configuration from being based on plug-ins to features. The application runs correctly but when exporting I get errors to do with a build.xm...
Takin asked 6/3, 2019 at 10:58
1 Next >
© 2022 - 2025 — McMap. All rights reserved.