rcp Questions
3
I'm working on an Eclipse RCP project and need to let the user select some file.
For convenience, based on some conditions, the initial directory of the file choosing dialog should be set prior to ...
Crocodile asked 5/8, 2013 at 12:48
6
I have an SWT WizardDialog with a number of pages. When this dialog first opens I have to do a check for some conditions and if those conditions are met I need to show a popup over the freshly open...
5
Solved
I added a decorator in a Eclipse/RCP application to my tree viewer items by plugin.xml:
<extension point="org.eclipse.ui.decorators">
<decorator
adaptable="true"
class="sernet.verinice...
7
Solved
I have a java code which works in one (main) thread. From the main thread, i spawn a new thread in which I make a server call. After the server call is done, I am doing some work in the new thread ...
Fatso asked 17/3, 2011 at 7:47
7
Solved
I've been working with web start for a couple years now and have experience with signing the jars and what not. I am taking my first attempt at deploying a RCP app with web start and though I have ...
Chimpanzee asked 10/1, 2009 at 8:43
1
Solved
I would like to hide the minimize/maximize buttons for views in Eclipse RCP.
Currently I'm running an RCP 3 product in RCP 4 (Compatability mode).
This is the top bar of the view containing all...
Gelatinate asked 2/11, 2018 at 14:58
1
Solved
I'm trying to execute my RCP application I recently moved from eclipse Indigo to Photon. After changing/updating the required libraries, I have managed to run the application without problems launc...
Tourbillion asked 6/9, 2018 at 15:28
1
I am working on Eclipse RCP application, I want to achieve the eclipse workspace job with a Dialog with the buttons like "Run in Background", "Cancel" and "Details". I tried all the options but all...
2
Solved
When I try to run a eclipse product like this:
I get about 100 errors type "Could not resolve module XXXX". For example, a partial log view:
!ENTRY org.eclipse.compare 4 0 2017-07-14 11:03:53.6...
Gandhiism asked 14/7, 2017 at 12:0
1
My Java RCP application (App.exe) was recently converted from 32-bit to 64-bit. Since it is a 64-bit application i have used NSIS to create an installer which will dump all the required files along...
Gabrielgabriela asked 8/6, 2018 at 9:58
2
I want to bundle jre6 in my RCP Application on MAC Operating system. Any idea how I can do this ?
I tried to use (bundle jre) option from product configuration but it did not works (not exported jr...
3
Solved
Because my RCP eclipse application fails when run outside of eclipse, but works correctly when running inside of eclipse, I am attempting to use eclipse to remotely debug my application as it's run...
Toadstool asked 14/11, 2012 at 19:5
2
Solved
I am trying to create a RCP application in which, I want to bind a variable from a bean to view.
Code for bean #
public class SaveFileBean implements PropertyChangeListener {
private String text;
...
Eaglet asked 18/8, 2015 at 16:10
0
I'm encountring a critical problem. working on a Java RCP app (desktop) which is frequently crashing on my machine (not on the machine of my collegue).
I set the xmx and the xms as the config of m...
3
Solved
I am developing an RCP plugin project that includes certain views.First view take
employee details like name ,address etc.There is an option to upload employee image using browse button.Second vie...
6
Solved
Is there at least anything other than Vogella's tutorials and his book, which is completely based on those tuts? Examples from his repo are often either incomplete/unfinished/won't run and those ex...
Wax asked 1/5, 2013 at 20:12
2
We are using both spring-web and spring-websocket in our RCP application, which are both converted into bundles through the p2-maven-plugin. Below is the MANIFEST.MF file of our application.
Manif...
Madrepore asked 10/11, 2016 at 2:59
0
I am developing one maven plugin which will be used to override default maven lifecycle.To resolve dependencies (eclipse and other) , I want to use tycho. So I cofigured maven project to convert it...
Atlante asked 20/7, 2016 at 12:29
2
I have tried to make Sleak work on my Indigo RCP application. I have followed the steps on this guide. I.e. I have installed the plugin, added the swt tools plugin to current plugins, added the req...
1
I am trying to launch an Eclipse RCP Application using Shell Script on OS X using Eclipse Indigo plugin with Java 1.6. The version of OS is 10.11.3
The script is as follows:
#!/bin/bash
DIR="$( c...
Mufti asked 18/2, 2016 at 16:29
3
Solved
How to use log4j logging API in an Eclipse RCP project?
As a workaround U tried to create a new OSGI Bundle which has a log4j jars, below is the bundle structure:
I've crated a basic RCP applic...
Capitalist asked 3/11, 2011 at 12:30
2
I was working on Eclipse RCP
and I got this error
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fef54b88ee, pid=3192, t...
4
Solved
I'm developing an RCP application (Windows) with SWT.Browser (SWT.MOZILLA):
Browser browser = new Browser(parent, SWT.MOZILLA);
It's working fine with the old XULRunner 3.6.23 and the installati...
1
Solved
So I'm writing e4 RCP application for my studies. My problem is that, as I change the Application.e4xmi file - I basically add / remove some part (View) - the changes are not reflected in the appli...
2
Solved
Is it possible, when developing an Eclipse RCP Application, to stack a view with the editor area? Like this?
I have multiple lists/tables and I want to create a kind of preview composite. When a...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.