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

Webstart issue with eclipse RCP export action

I have eclipse sample eclipse RCP application. I am trying to export it for WebStart. but it gives following error message while exporting the feature…
Prasad S Deshpande
  • 1,362
  • 4
  • 15
  • 35
0
votes
0 answers

Get SWT SashForm Sash in eclipse RCP e4

So I learned that if I call sashForm.getChildren() I'll have to call sashForm.getParent().layout //or shell.layout() if I would want the call to return the Sash(es). Which is kind of logical because the Sash(es) are "build" only after the…
Flummiboy
  • 591
  • 1
  • 7
  • 20
0
votes
1 answer

Can you mix a target platform with both 32 and 64 bit plugins?

I have mixed 32 bit and 64 bit plugins with my delta pack to build RCP plugins and products headlessly. Can the PDE build distinguish between platform dependent plugins all the time? Any thoughts are welcome. Also feel free to correct any misused…
Viorel Florian
  • 594
  • 9
  • 29
0
votes
1 answer

Accessing classes within a jar placed in a dependent plugin

I have the following usecase. I have added a jar file(generated out of maven) as an external jar in the bundle path of a plugin (say Plugin A). I have exposed all the packages inside this jar in Plugin A. Now Plugin A is added as a dependency to…
Santhosh
  • 534
  • 9
  • 24
0
votes
1 answer

Which Eclipse plugin contains class MarkerSupportView

I am trying to create a Problems view alternative by extending the MarkerSupportView, but I cannot find the plugin that defines it. I know MarkerSupportView only exists @since 3.4, but I use 3.6. I have searched the Eclipse plugins directory for a…
user3663845
  • 209
  • 1
  • 2
  • 8
0
votes
2 answers

e4 RCP: how to tell if a part is showing

I'm writting an RCP application which has an application model that can be simplified as below: ================================================== = lpart || rpart1 | rpart2 = = -------------------- || ----------------------…
fengye87
  • 2,433
  • 4
  • 24
  • 41
0
votes
1 answer

Running and debugging Eclipse RCP as a Maven project

Is it still possible to run and debug Eclipse RCP projects inside Eclipse after they were converted to a Maven project (for example with the help of Maven Tycho plugin). Does the conversion to a Maven project impact the Eclipse RCP project in this…
0
votes
0 answers

Eclipse 4.2.1 plugin execution outside ide bundle not resolved errors

I am facing bundle not resolved errors which ultimately lead to java.lang.RuntimeException: Application "com.xyz.application" could not be found in the registry. after upgrading to Eclipse 4.2.1. I get these issues when I run my application outside…
Tabber
  • 151
  • 3
  • 16
0
votes
2 answers

How do I get the selected file's filesystem path using ResourceNavigator in RCP?

This is what I tried, but it failed.And it alerted that 'org.eclipse .core .internal.File cannot be cast to org.eclipse.core.resource.IProject'. public void runDefaultAction(IStructuredSelection selection) { Object element =…
user2301210
  • 399
  • 3
  • 12
0
votes
1 answer

How to double click the item to open the default editor with the content by using ResourceNavigator in RCP?

This is my navigator view. public class myNavigatorView extends ResourceNavigator { private NavigatorActionGroup navigatorActionGroup; private CollapseAllHandler collapseAllHandler; public myNavigatorView() { // TODO Auto-generated constructor…
user2301210
  • 399
  • 3
  • 12
0
votes
1 answer

SWT "slim look" buttons and scrollbars

Eclipse 3.5 (on the Mac, at least) now has a slimmer look to its buttons and scroll bars, whereas previous versions' buttons and scroll bars used the larger, "puffier" look. I would like to adopt this same look in my RCP app, but I can't find in…
Paul Schifferer
  • 509
  • 4
  • 17
0
votes
1 answer

Changing Jar into plugins.

I've an existing rcp application and there are invoked another java application, using the jar with the java -jar option. I need to change the jar into plugin and invoke method in that. Will I be able to accomplish it.
vvekselva
  • 803
  • 3
  • 17
  • 34
0
votes
1 answer

Restart Eclipse 4 RCP application before it gets visible

I'm developing an Eclipse 4 RCP application and I need it to do some tasks before it gets visible, then restart. I'm running an application that checks a P2 repository and automatically updates/installs/uninstalls certain plugins. I want this step…
rubenrumu
  • 3
  • 3
0
votes
1 answer

How to give Eclipse RCP ContentOutlineView TreeViewer focus properly and respond to selection events

How do you give the part containing a ContentOutlineView focus correctly when clicking on the TreeViewer? I am creating my own Outline like view and when clicking on the TreeViewer in a ContentOutlinePage when the (view)part is not in focus does not…
janh
  • 1,926
  • 2
  • 11
  • 13
0
votes
0 answers

Quit Menu in the RCP Application is disabled in MAC OS X

I know Eclipse automatically maps the About, Preferences and Quit actions to the Application Menu. But only quit has some problem(which is seems to be disabled but ⌘+Q working fine), other two are working fine. In Application.e4xmi Command id…
pvsnambiar
  • 113
  • 1
  • 10
1 2 3
99
100