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

Finding an MToolItem

I am trying to get reference to an MToolItem from my own Utility class so I can programmatically set its selected state. The problem is that I always seem to get back null. I know that I have the correct id, and similar code works from a handler…
ekjcfn3902039
  • 1,673
  • 3
  • 29
  • 54
0
votes
1 answer

Missing platform-specific plugins in new RCP app

If I use New -> Eclipse 4 Application Project, and look into my .product file, there's this Right. So I know I'm using Eclipse 4.5.1 RCP for Windows x64, but if I configure my target platform so that it points to the Eclipse update sites, I still…
Georgian
  • 8,795
  • 8
  • 46
  • 87
0
votes
2 answers

Change the Part selection in RCP Application when Button click in different Part

In Eclipse RCP Application UI design of my project will be as below: PartSashContainer->PartStack->Part1, Part2,Part3.,Part4,Part5 | ->PartStack->Part6 Part6 contains the button. If button click in Part6 should set…
Priya
  • 15
  • 6
0
votes
5 answers

Hibernate - Get all table names in a Database

I am trying to get all the table names in a database(Oracle 11g) to dynamically generate checkboxes for each table in the UI. I have not mapped any of these tables in the .cfg.xml file. I used the below code : List list =…
BB8
  • 41
  • 2
  • 10
0
votes
1 answer

How to add action item to the coolbar of e4 eclipse rcp application?

I am currently trying to port my eclipse 3 rcp application to e4.The major hurdle I am facing is to use action item which i was using in e3.In eclipse 3 application i was creating action item of coolbar by extending action.The code was looking…
Rajesh Kumar Dash
  • 2,203
  • 6
  • 28
  • 57
0
votes
0 answers

How to embed GWT UIBinder view to RCP Jface view?

We have an existing GWT based web application and Eclipse RCP based desktop application. Now I want to embed existing GWT view created using UIBinder to eclipse RCP view created using JFace. Does any1 can answer how to achieve this?
0
votes
1 answer

How to refresh the Eclipse main menu programmatically on runtime

I am looking for a way to to force Eclipse to refresh/rebuild its own main menu or even the whole view on runtime programmatically. The reason why i need it this way is, because i have a plugin that iterates through a project and depending on the…
Illya
  • 13
  • 2
0
votes
0 answers

How could I let Eclipse export my configuration file and place it along with my executable?

I need to export my configuration file and place it along with my executable while exporting a RCP product. The configration file in log4j.properties which is situated inside EditorAPP RCP application. For that purpose, I have created Feature…
Srijani Ghosh
  • 3,935
  • 7
  • 37
  • 68
0
votes
1 answer

Can I export a log4j.properties while exporting RCPas product?

I have a RCP application, in which I am using log4j.properties. I have kept this file just under the root file. Now while using it inside a java file I must use the following lines…
Srijani Ghosh
  • 3,935
  • 7
  • 37
  • 68
0
votes
0 answers

Using flamingo ribbon in e4 application

I just started an application using flaming ribbon technology (http://insubstantial.github.io/insubstantial/flamingo/) and it looks nice. Because the software package is growing very fast, I want to use a more flexible way to handle code and…
0
votes
1 answer

Images are not appearing in RCP application after exporting as a product

I have a RCP application, in which I have added some images as icons. The below method is the method for adding icons on the buttons: public static void setIconForButton(Button button, Display d, Bundle bundle, String path) { InputStream is =…
Srijani Ghosh
  • 3,935
  • 7
  • 37
  • 68
0
votes
1 answer

Build rcp application show JavaSE not found when change commons-collections to 3.2.2

When I build my rcp application, it will show this error: Host plug-in JavaSE_0.0.0 has not been found [java] [eclipse.generateFeature] Some inter-plug-in dependencies have not been satisfied. [java] [eclipse.generateFeature] Bundle…
neal
  • 1
  • 1
0
votes
0 answers

RCP - org.eclipse.swt.SWTException: Failed to execute runnable

I've create a empty RCP 3.x using Eclipse Mars and relative template "RCP 3.x application with a view" named it "com.view". I've create a feature "com.view.feature" linked with the "com.view", and finally I've create a Product Configuration inside…
FrankL
  • 39
  • 5
0
votes
2 answers

Eclipse RCP : Error creating a plug-in based product configuration

I am new to RCP development and I've problem with creating product configuration. IDE: Eclipse Mars 4.5.1 I created an Eclipse plug-in project named "com.ex.mail" using predefined template "RCP 3.x Mail Template". This plug-in work (Launching a…
CarlosD
  • 1
  • 3
0
votes
1 answer

How to reset a workbench part (one view alone) in eclipse RCP

I am trying to reset a particular Eclipse view that I have developed. I want to reset the state of the view when I restart the application. Is there any way to achieve this in RCP programming?
Vinod Kotha
  • 107
  • 1
  • 2