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.
0
votes
1answer
9 views
Eclipse4 RCP Standalone Product : Class Not Found Expection
I have created two plug-in projects. The first declares my views, I'll call this my component project. The second declares my product, application and perspectives, incorporating various views from my ...
0
votes
0answers
10 views
Eclipse RCP4 close Part on exit / disable persistence of a Part?
i'm working on an Eclipse RCP4 project. I have different perspectives showing a set of Parts to choose informations from. After selecting what i want to see, a new Part opens and displays the objet i ...
0
votes
0answers
11 views
Embedded shell script with RCP app
I have an RCP application packaged by a PDE build.
Also in this application in one of the plugins I have a directory called "scripts" with shell scripts that I want to run.
Everything works ok if I ...
1
vote
1answer
26 views
embedded Jetty in Eclipse RCP
I have a problem for embeding Jetty into my Eclipse RCP application.
In my RCP application, when user click some button, a browser will be opened and some jsp page shown. The jsp files are in a ...
1
vote
0answers
19 views
RCP E4 @UIEventTopic not called
I am new to RCP Eclipse 4 and read a lot of tutorials so far. We have to do a Project work for University so I need to get in touch with it.
We are coding a really small application with ...
0
votes
0answers
24 views
Netbeans problems with reflection
Why Netbeans takes so much time in java.lang.Class.getDeclaredField(String)?
I have isolated my problem and I have two projects:
I created a Netbeans Platform program with one module that has one ...
1
vote
2answers
23 views
Creating a plugin that will run arbitrary code at startup of a RCP Application
I've been trying (in vain) to create a RCP Application that runs some code when starting. This host RCP Application is not Eclipse, so I guess that's the reason my plugin extending ...
0
votes
0answers
24 views
How to handle dirty flag when same file is opened in multiple instances of eclipse plugin editor
i want to implement the below functionality like manifest editor.
In Manifest editor,
Steps:
Open multiple instances of one manifest.mf file under single Eclipse IDE window.(All the editor should be ...
0
votes
0answers
11 views
vertical scroll bar for SWT list widget
Following is my code:
Group leftGroup = new Group(parent, SWT.NONE);
leftListWidget = new org.eclipse.swt.widgets.List(leftGroup,
SWT.BORDER | SWT.H_SCROLL | SWT.V_SCROLL | ...
1
vote
1answer
26 views
Tycho: Maven build on CLI works, but when running in Eclipse Application modules cannot be resolved
Situation
I have a RCP application that gets built with Maven (using Tycho).
When I run the reactor build (the master pom, see below) from the command line using mvn clean build it builds smoothly ...
0
votes
1answer
12 views
EMF: Find the Image to an EClass with only the EPackage?
i have an EPackage and from this Package one EClass. All i want to get is the Image that is associated with the EClass, how can i get that?
0
votes
1answer
29 views
swt widget (pallet widget) for group selection
I am looking to have a widget like below screen in my rcp application. I tried to find an existing one however I could not find one. Anyone can please help. Do you think I will have to create my own ...
0
votes
0answers
10 views
Eclipse ECP application cannot find gnu.io.rxtx_2.1.7.3_v20070718.jar
Java project that I have created to work with RXTX library works fine. I have added gnu.io.rxtx_2.1.7.3_v20070718.jar through Build Path.
Then I have created Eclipse RCP application and call RXTX ...
0
votes
1answer
51 views
Eclipse RCP change Task-Icon of Splash-Screen
I have a Splash screen in my Eclipse RCP project. While the application is loading (and splash-screen is shown) there is the eclipse-icon shown in the taskbar. Is it possible to change the taskicon?
0
votes
0answers
10 views
Remove this selection of text from xml editor while performing undo redo
I have created a form based editor just like manifest.mf editor. It contains some form pages and one xml file that gets updated from the form pages. i have also implemented undo redo functionality for ...
0
votes
1answer
32 views
press x on top right corner Event for eclipse-rcp
I am working on an eclipse-rcp project. I want to implement an EventListener (or something like that), which is called, when the user presses the x on the top right corner of the window.
Any idea ...
1
vote
0answers
60 views
How to reuse the Eclipse 4 IDE Perspective Features in an RCP Application
is there an easy way to reuse the complete Perspective implementation from the Eclipse Juno 4.2 IDE ("Open Perspective", Customize Perspective, "Save Perspective As ...", "Reset Perspective...", ...
0
votes
1answer
25 views
How to edit a table row on same window in Eclipse RCP ?
I have a table with many rows on a window. I want to edit a row. I have two options
I can open that row values in editor and then save.
I can open that row in the same window (beneath table), edit ...
0
votes
0answers
45 views
How can change the validators of textbox depending on radiobutton selection?
I want to change the textbox validatrs depending on radio button selection.In 1st selection i want the text field to be 16bits long in 2nd selection it should be 32bits long.So thats why i have tried ...
0
votes
0answers
43 views
How can i specify theme for scrolled composite using css?
In my rcp application i want to apply theme.I am able to change everything accept the scrollcomposite part.I want to know that whether it is possible to apply theme to scrolled composite or not.
CSS:
...
0
votes
1answer
9 views
Import an opensource libray and include its javadoc with RCP
I've scoured the web (or it seems that way at least) with little success on how to important an open source library into the rcp framework so that I have the java doc for each method and class. What ...
2
votes
1answer
59 views
Eclipse 4 RCP (aka E4) documentation
Is there at least anything other than Vogella's tutorials and his book, which is completely based on those tuts? Examples from his repo are often either incomplete/unfinished/won't run and those ...
0
votes
0answers
12 views
How to change the default drag icon in netbeans platform?
Is it possible to change the default drag icon (rectangle with +) to the image of the node which is being dragged from an OutlineView?
I have seen Geertjan's blog dating back 2006 called cursing ...
0
votes
0answers
17 views
Eclipse Public License in Rich Client Application
What are you supposed to do in order to distribute an Eclipse Rich Client Application based on different EPL licensed plugin (i.e. EMF, OCL, etc.)?
2
votes
1answer
76 views
SCP via SSH internals
So I was playing around with SCP and had a few questions. First, for reference, here's a log file of my SCP session:
-> NET_SSH2_MSG_CHANNEL_REQUEST (since last: 0.0021, network: 0.0001s)
00000000 ...
0
votes
0answers
26 views
Eclipse E4 RCP application P2 update fails to download
I'm working on an Eclipse RCP application - working against Eclipse 4.2.2
I've set up the P2 update process, mainly via the tutorial found here:
...
0
votes
1answer
34 views
Is there a way to access the resource folder of other plugin from current plug-in?
I am using following code to copy icons which are available in resource folder of Plug-in "A" to a local folder. This works absolutely fine. Now I want to know if there is way to copy icons from ...
-1
votes
1answer
48 views
Why is update repo URL not configured on cross platform Tycho build for Windows artifact?
I have a cross-platform Tycho build running on Mac OS X that produces Windows, Mac and a p2 repo outputs.
Generally all is fine except that the Windows RCP does NOT get configured with the update ...
0
votes
2answers
86 views
Eclipse RCP view will not update when editor data is modified
I'm attempting to do something that seems like it should be quite common, so I'm surprised I'm having a hard time finding a solution.
I have a simple Eclipse RCP application. It consists of a view, ...
0
votes
0answers
29 views
Switching between different JMS implementations - Eclipse RCP
I have an eclipse RCP application which connects to a JMS broker (sonicmq) on app start up. I have the sonicmq jar as part of the bundle classpath and this broker connection is global i.e the same ...
1
vote
1answer
70 views
How to setup a local mirror of eclipse artifacts for mvn tycho plugin?
If this is due to a timeout, then how can I setup an internal mirror to improve performance and reduce risk of timeout
Problem
Maven build downloads eclipse p2 artifacts via tycho plugin and times ...
0
votes
1answer
7 views
Allow Detached RCP View to go behind main workbench
I'm looking to have a view, that has been detached by the user, be able to be placed in front and behind the main application window. Has anyone ever dealt with this before?
0
votes
1answer
75 views
Using Netbeans Platform with JavaFX 2?
I am building a desktop application on JavaFX 2, and want to speed up my development --
Is RCP the way to go? How steep is the learning curve?
0
votes
0answers
24 views
cannot view features at installation details in my eclipse RCP application?
I launched my eclipse RCP application using product file. When i see Help->About->Installation details, it does not list Features.
I followed ...
1
vote
1answer
74 views
Is it possible to use Groovy to override a method in a Java class, when that Java class is not instantiated in my code?
I am developing an Eclipse RCP application and I recently started to use Groovy in it. So 99% of my code is still Java.
I read that it is possible to use Groovy to override and add methods to Java ...
0
votes
2answers
50 views
file.toURI() returning A Wrong value?
I work in a Java RCP application. I am doing the following lines of code:
File file = new File(location);
String filePath = file.toURI().toString();
Desktop desktop = Desktop.getDesktop();
...
0
votes
0answers
42 views
Automation framework for Eclipse RCP and Web applications
I am researching on a test framework for automating the platform which consists of 4 web applications and an Eclipse RCP project. For the web applications I don't really need to test the UI, but it's ...
0
votes
0answers
23 views
Error Opening Repository Path Through Java RCP
I work in a Java RCP application.
I am trying to open the path "http://scm.newProject/svn/Projects/Testing/Test_Touch_Installation"
I tried:
Desktop desktop = Desktop.getDesktop();
desktop.open(new ...
0
votes
0answers
12 views
RCP Commands- Need to dispose the UIElement in execute method for the command
The application I am working on requires that a ToolBar Item which has been implemented as a command be visible when the value read from the config file is true.
I used Visible When core expression ...
0
votes
1answer
39 views
Not able to get SWT.UNDERLINE_LINK working in combination with StyledText and TextStyle
I am very new to using StyledText, TextStyle. I am trying to give a hyperlink look for a text that is displayed. I am using TextStyle object to create a hyper link style text. For TextStyle ...
0
votes
0answers
22 views
RCP P2 Update for base productin
I am developing an RCP P2 update.
I created RCP Mail Template application. (com.project.app.mail)
I added product configuration file MailProduct.product
I added org.eclipse.equinox.p2.ui.sdk as a ...
0
votes
0answers
154 views
DataStage DB2 Runtime Column Propagation with Unicode Data
I'm trying to read some data from DB2 9.7 using DataStage 9.1 using the Runtime Column Propagation (RCP) feature. The general approach is to set the DB2 Connector Stage to generate the query SQL by ...
-1
votes
2answers
75 views
Java SWT Spinner with text inside?
I have JAVA SWT/RCP application (Equinox OSGi), I am just creating Wizard which should look like one the picture:
The problem I just caught that standard SWT class Spinner, does not offer this kind ...
0
votes
0answers
39 views
Lazy Policy in Eclipse Plug-In results in Activator.getDefault() == null
I created one of the plugin templates in Eclipse, with a view, as RCP and with an Activator. When I call Activator.getdefault() within the createPartControl() of the example view, all works well. But ...
1
vote
0answers
29 views
Why the welcome page is not coming on clicking toolbar?
I want the welcome page of my rcp application on clicking on toolbar icon.so i have created a action class by extending the jface action class But it is not working.Can anyone tell me what i am doing ...
0
votes
2answers
46 views
Eclipse RCP Platform Migration
Is there any utility/tool that can help in migrating an existing Eclipse RCP 3.6 platform to Eclipse RCP 4.2 (Juno) platform. (I mean an RCP application running in 3.6 platform to 4.2)
Kindly point ...
0
votes
0answers
14 views
RCPtable editable
In my application one editor page.if i try to modify one field it need to be show table editor in wizard dialog,so that user can add some values (like text1,text2,text3).
if user add this click on ...
0
votes
0answers
69 views
Changing Text To Hyperlink In Java RCP Application
My application is in Java RCP.
In the text area, I have a lot of paragraph text. I want to change one of the paragraph to hyperlink.
When I use this piece of code:
Link link = new Link (<parent ...
0
votes
0answers
14 views
Adding JSDT editor in my view
I would like to add JSDT editor to my RCP application's view. Is there some way?
0
votes
0answers
35 views
How to add modified general preference page in rcp? [closed]
I want to add a general preference page in my rcp application.But in general eclipse preference page there are 5 options and i need only one i.e always run in background.can i remove other option from ...
