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

Eclipse RCP: Unresolved Requirement

I have two local plugin projects in eclipse, both maven projects. AvgPowerTool AvgPowerCommon AvgPowerTool is dependent on AvgPowerCommon (It uses classes from AvgPowerCommon). When I run the application and try to instantiate a class from…
dlvhdr
  • 482
  • 4
  • 19
0
votes
0 answers

After successful export,RCP application is not launching in Ubuntu

I've created one eclipse RCP application in Kepler.While exporting I've also changed the "Target Platform" to ECLIPSE_HOME.The application is exported successfully.While exporting I've selected multiple platform linux.x86_64 and linux.x86. But while…
Susmita
  • 1
  • 2
0
votes
1 answer

Save doesn't get enabled on SWT EditorPart when cell is modified in TableViewer

I'm using a TableViewer in my class which extends EditorPart, TableViewer has one editable column which has ComboBoxCellEditor. When I modify the column to select a value from ComboBoxCellEditor, the save button doesn't get enabled until a tab key…
Juseeth
  • 467
  • 1
  • 6
  • 18
0
votes
1 answer

Adding java project to RCP project's build path

In Eclipse I have created RCP Plugin project. I also created simple java project. I've added simple java project to build path of RCP project. So I am able to import and compile code in RCP, but when I start the RCP application, upon reaching code…
yuris
  • 1,109
  • 4
  • 19
  • 33
0
votes
0 answers

After migrating sources from Indigo to Kepler,product is not launching

I've migrated my rcp application from Indigo to Kepler with no source changes.After successful export the product is not launching.It is throwing the error, !ENTRY org.eclipse.osgi 4 0 2015-05-20 16:18:57.384 !MESSAGE Application error !STACK…
Susmita
  • 1
  • 2
0
votes
1 answer

Cyclic Dependencies detected while creating exe from rcp plugin

I have a bunch of eclipse plugins projects. Everything works fine when I run them from eclipse but when I try to create exe from the plugins I get the following error A cycle was detected when generating the classpath Plugin A, Plugin B, Plugin C,…
Ragnar
  • 645
  • 8
  • 28
0
votes
1 answer

Eclipse RCP: is there a refresh interval for views?

I have a problem with Talend (built with Eclipse RCP): the SVN is checked every second for new files. After having a look at Talend files, I had isolated a view (class RepoRefreshAction) which seems to update SVN. I wonder if it is possible that an…
Shimbawa
  • 262
  • 3
  • 12
0
votes
1 answer

Eclipse RCP and Jython

I'm writing an eclipse RCP application and want to integrate Jython with it. I'm already able to launch the pydev python console using the Console view and choosing PyDev -> Python console. But when trying to launch Jython I get a series of…
dlvhdr
  • 482
  • 4
  • 19
0
votes
1 answer

How to conduct stress tests on the rcp program?

Like the title says, I have a RCP program(Client) need to stress tests. First, 500 people login at the same time. But I do not know what tools or methods to complete it.
leon
  • 13
  • 2
0
votes
1 answer

How to Embed GEF4 MVC Logo Example in an E4 application

I want to create an Eclipse4 app that uses GEF4. More precisely I want to use the GEF4 MVC Logo Example sources into my app. I have imported the GEF4 sources, the compilation is ok. But when I want to refer to the example view, or whatever I try…
Bibix
  • 335
  • 2
  • 4
  • 13
0
votes
1 answer

Eclipse RCP - Perspective Layout

I'm currently developing an Eclipse RCP application. I want to create a perspective where I have 3 views (project explorer, editors area, and a custom view), each in a different column. Below them I want to have the console view. I don't know how…
dlvhdr
  • 482
  • 4
  • 19
0
votes
2 answers

Delete specific rows from an Access table using Jackcess

I am using the Jackcess API with an Access database. I open the database and get a specific table. How can I get the data (rows) from this table which matches a list of ids? For example get all the rows from the table where id is in List. private…
Ragnar
  • 645
  • 8
  • 28
0
votes
0 answers

RCP application is running very slow

I exported Eclipse product without generate p2 repository for windows. When I run it for the first time it was starting very slow about a minute or more. I removed all unused dependencies. The product includes native launcher artifacts. I don't use…
0
votes
1 answer

How can I customize partstack header in rcp application

I am trying to customize PartStack header of a view in rcp application. My goal is to customize the coloring of the header and to add date and time to it and hide minimize and maximize buttons. Buttons can be hidden using css but other goals give me…
0
votes
1 answer

Add custom properties to eclipse's project class

I have a custom project nature and created a new project that has this new custom nature. What I am trying to do now, is extend the properties of that project, so when it is selected e.g. in package explorer view, not only the standard project…
angrybobcat
  • 268
  • 1
  • 10