Questions tagged [rcp]

RCP stands for Rich Client Platform, and is software that provides a platform for application developers to build on. It may also refer to the "remote copy" command in Unix. Use the eclipse-rcp tag for questions about Eclipse RCP.

RCP stands for Rich Client Platform, which is software that provides a platform for application developers to build on. This speeds production, allowing proven framework to be used rather than re-implemented. An example is the Eclipse RCP.

http://wiki.eclipse.org/index.php/Rich_Client_Platform

It may also refer to the "remote copy" command in Unix.

1706 questions
0
votes
1 answer

Programmatically retrieve the tabsize of eclipse

I am writing a plugin which needs to retrieve the tab size setting of eclipse. That is the 'Windows > Preferences > General > Editor > Text Editors > Displayed tab width' setting Does anyone have any idea how to achieve this? Thank for your help.
zqzwxec
  • 51
  • 4
0
votes
0 answers

Eclipse RCP 4 java web start - Nothing happens after equinox starts up

I'm trying to get the Eclipse RCP application I developed to work with java web start. I've followed several guides and came up with a setup that should work (apparently not since I'm making this post). My web start structure looks like this:…
Ken Han
  • 21
  • 1
  • 5
0
votes
1 answer

Need help to solve the issue in windows tester pro for eclipse 4

I am getting following error when running windows tester pro in e4 application. could anyone help me in solve the issue java.lang.NoClassDefFoundError: org/eclipse/osgi/baseadaptor/loader/BaseClassLoader at…
0
votes
2 answers

How to re-instantiate a Part Class From Menu Handler?

I am new to Eclipse RCP and I am working on an application (Eclipse 4), I have multiple parts within I display data from different sources. I would like to add a menu that displays a Dialog that offers the possibility to select dynamically the data…
EL Kamel
  • 824
  • 2
  • 12
  • 27
0
votes
1 answer

Eclipse Job disable cancel button

Is it possible to disable the "Cancel" button in the progress dialog displayed when a job is running? I still want to maintain the functionality to show to user about progress in the job to the background. Letting the job run or canceling it has…
SDS
  • 457
  • 5
  • 17
0
votes
1 answer

How to add C Editor in RCP application

I need help with adding C editor in RCP application. I add needed jars: org.eclipse.cdt.ui and org.eclipse.cdt.ui, in my build path. After this I can recognize class CEditor in plugin.xml -> Extension -> Extension Element Details -> class. I run my…
givan
  • 1
  • 1
0
votes
2 answers

callbacks of "org.eclipse.jface.wizard.WizardPage"

I have a WizardPage is displayed by org.eclipse.jface.wizard.Wizard through [Next] and [Back] buttons. I would like some operations will be always executed once this WizardPage is displayed and disappeared. I check all the methods defined in…
zqzwxec
  • 51
  • 4
0
votes
1 answer

Password-less File transfer using RCP and Expect

I have a requirement to transfer files from one server to another. I used RCP command to perform the same and it was working fine. Please find code below: rcp tst.txt usrname@hostname:/home/username/destination_folder I tried to automate the same…
0
votes
1 answer

Eclipse : How can I set plug-ins from lib folder in run configuration?

At first I apologize for my bad English, because I'm not good at speaking English. I have a Question about Eclipse 4.5 settings. When RCP application runs on Eclipse IDE, the application requires plugins defined in Run Configuration. But…
veljp
  • 9
  • 1
  • 4
0
votes
1 answer

Unable to display TableViewer inside a scrolled composite

I'm trying to show 2 table viewers and buttons in between them. When trying to achieve the TableViewer to show horizontal and vertical scroll bars, I'm unable to see the TableViewer, only ScrolledComposite can be seen. I even tried creating a…
Juseeth
  • 467
  • 1
  • 6
  • 18
0
votes
1 answer

How detect jface dialog location?

I hope to detect the mouse drag the TitleAreaDialog. So I try to add "DragDetectListener" and "MouseListener" to the dialog's shell. I found that when I drag this dialog, it doesn't call this listener. I also try to add "SWT.DragDetect" to…
neal
  • 1
  • 1
0
votes
1 answer

eclipse rcp 4 export

I'm trying to export my eclipse rcp 4 application so I can start it from other devices without installing eclipse. The application rusn fine in eclipse but is giving me following errorlog when I try to start the exported product version. !SESSION…
0
votes
3 answers

RCP: JxBrowser license check failed: No valid license found

Today I started experimenting with JxBrowser. Starting the sample with the public static main worked as expected (and it could find the license.jar). I added a button to a view to start the sample: btnStart.addSelectionListener(new…
scarya
  • 11
  • 1
  • 4
0
votes
1 answer

Eclipse custom perspective changed approach Kepler to Mars

I am updating an existing working RCP 3 app from Kepler to Mars. It was written by another guy so having to learn a lot about RCP as I go. What worked in Kepler was this: public class ShowSelectViewDialogHandler extends DialogHandler { /** * The…
Olddave
  • 397
  • 1
  • 2
  • 12
0
votes
1 answer

How to execute an eclipse app in console mode

I've developed an eclipse RCP application. My UI is a plugin executed within the org.eclipse.e4.ui.workbench.swt.E4Application Application. I have it building and running perfectly thanks to Tycho. Now I want to get rid of this UI plugin, which…
Bepeho
  • 85
  • 1
  • 8