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
0 answers

Headless osgi / rcp application

I have an OSGi based RCP app. We use maven and tycho to deploy our features and plugins and use them in product. I want to start all bundles/plugins in this product apart from the workbench (head) ones. I have tried search online, but no luck. All…
vaibhav
  • 61
  • 2
  • 6
0
votes
1 answer

Composite position and size - SWT

I need your help... I attached an image, I want that the right grid appears at the bottom, below of Estadisticas1, Estadisticas2, Estadisticas3, Estadisticas4 I tried a lot of ways, with GridData, FormLayout and no way! Also, I tried with setSize…
Monik Eliz
  • 107
  • 9
0
votes
1 answer

Control doesn't flow into createInitialLayout() in RCP perspective Eclipse

Problem : As an RCP perspective is being loaded, it reads content from the current saved settings and doesn't reach createInitialLayout(). Expectation : In case the createInitialLayout() is altered, the control should update settings with the most…
Divya Dev
  • 125
  • 9
0
votes
0 answers

Extend the behavior of the finish method of the class WizardArchiveFileResourceExportPage1

I want to extend the behavior of the finish method of the class 'org.eclipse.ui.internal.wizards.datatransfer.WizardArchiveFileResourceExportPage1'. The finish method basically gets the list of type IResources to export. executeExportOperation(new…
Sheetal Bhatewara
  • 1,537
  • 2
  • 9
  • 10
0
votes
1 answer

Auto-Import Call in Eclipse Plugin

I'm currently writing a Eclipse plugin for model driven code generation. This Plugin features a Wizard for converting UML to Java Code and deploying (in this case copying) the Code Base to different Projects. One Project now has the necessity for…
0
votes
1 answer

How to close a part when error occurs during initialization in eclipse e4 rcp?

I have to load some data in the @PostConstruct method of my Part. It is possible that this data is not available in some cases. In this case, I would like to gracefully close the Part and show the user a message in a dialog. What I do is that I…
Jehan Zeb
  • 155
  • 12
0
votes
0 answers

ECLIPSE E4 dependencies issue

Basically I have imported an external plugin to my E4 application, now when I try to run it using the command in the product tab "Launch an eclipse application" it fails because of Missing Constraints. Instead, if I go thru "Run Configuration" ->…
unclejohn00
  • 149
  • 10
0
votes
1 answer

installing swtChart RCP/SWT- java.lang.ClassNotFoundException: org.swtchart.Chart

I need your help. I want to add the swtChart to my RCP project but it´s not working! I understood that I have to add the org.swtchart_0.9.0.v20140219 to my lib folder and then configure it in built path, in fact, I can see that the code is compiling…
Monik Eliz
  • 107
  • 9
0
votes
3 answers

How to update HtmlDisplayName on a NetBeans AbstractNode

I am working on NetBeans Platform 6.7 I have a simple BeanTreeView to display some nodes. They all start in normal text and I wish to change some of them to bold and/or underline, in response to events in the software. Trouble is, I cannot see how…
Ben Hammond
  • 705
  • 1
  • 7
  • 20
0
votes
0 answers

How export Eclipse 3.7 rcp product with AspectJ support?

Everything works fine when testing rcp application within development environmment. But, aspects are not processed in exported product. Documentation and threads on the web refer to many wizards that provide AspectJ support but those wizards seem to…
0
votes
1 answer

Recheck rcp handler after execute

I’m having an issue with our propertyTester and enabling handlers. The property is areUpdatesAvailable and the handler is enabled when this property is true. After the handler executes the areUpdatesAvailable value becomes false, but how I currently…
mdamman
  • 45
  • 2
  • 6
0
votes
1 answer

RCP TT cannot record for my application

I am trying to use the record feature in RCP TT but it keeps failing to start with this error: org.eclipse.core.runtime.CoreException: Java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.rcptt.tesla.internal.ui.SWTUIPlayer The…
BrendanM
  • 383
  • 3
  • 14
0
votes
1 answer

org.eclipse.ui.part.MultiPageEditorSite cannot be cast to org.eclipse.ui.internal.PartSite

I am porting eclipse 3 RCP on Eclipse 4. I am getting runtime exception java.lang.ClassCastException Here is the code snippet public FamilyEditorSite(MultiPageEditorPart multiPageEditor, IEditorPart editor) { Assert.isNotNull…
Ashutosh Pandey
  • 409
  • 1
  • 4
  • 9
0
votes
1 answer

How to use a tri-state checkbox/TreeItem in Java?

Env: Java SE 6 I am working on an Eclipse RCP application. How do I create TreeItems with tri-state checkbox. Like the Eclipse IDE update package interface. I use SWT TreeItem class now, which only provides API, setChecked(bool), for true/false…
Stan
  • 37,207
  • 50
  • 124
  • 185
0
votes
1 answer

Export an Eclipse RCP product

When I try to export my own RCP product I receive this error: In plugin com.nex.editor, the value for property source.lib/commons-beanutils.jar is not set. Any help or idea how to resolve this problem?
Sawsen
  • 11
  • 3