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
4
votes
1 answer

how to print jasper report in Eclipse RCP using its print option?

My question : I have a ViewerComposite in Eclipse RCP application which displays Jasper Report (*.jrxml) integrated into it. The report displayed in this ViewerComposite can be exported as PDF,RTF,XML,jrxml,HTML,CSV, etc. Everything is fine except I…
yayayokoho3
  • 1,209
  • 2
  • 16
  • 40
4
votes
2 answers

Why can't I load persistence.xml from OSGi/RCP/EclipseLink application?

We're making an RCP application using EclipseLink that is deployed into OSGi bundle. When we run the application in eclipse it works perfectly, after deploying on linux it works well, but when we deploy it under windows, it crashes. Exception…
r3mbol
  • 261
  • 6
  • 15
4
votes
3 answers

How to obfuscate an OSGi bundle with ProGuard?

I am currently trying to obfuscate my Eclipse RCP application with ProGuard. The problem is that it obfuscates the package names (the class My.Package.Class turns into something like a.b.c), but keeps the package names in the Export-Package section…
Sergey Borodavkin
  • 285
  • 1
  • 3
  • 7
4
votes
1 answer

Multilevel Master/Detail Databinding with EMF and RCP

I made a model with EMF, representing the settings of a device, and a RCP GUI. In the GUI I have a list to select different devices of the type of the model (Master). The model has a List of Objects of a small class which should be displayed in a…
MatF
  • 1,728
  • 2
  • 14
  • 31
4
votes
1 answer

Use org.eclipse cut/copy/paste in custom RCP application

I am developing a RCP application and I need cut/copy/paste in this app. As there are already commands which are delivered by eclipse (org.eclipse.ui.edit.copy, ...) I want to use them (I already added them to the toolbar, e.g.) in an editor. I…
TerenceJackson
  • 1,776
  • 15
  • 24
4
votes
3 answers

Build Windows RCP Application on Unix Machine

We're trying to do an Eclipse PDE build for a RCP Application via Hudson/Jenkins. We were doing this so far successfully on a Windows machine (Hudson running on Windows Server 2003). We have decided to move our CI system to a unix machine. When…
dfme
  • 291
  • 1
  • 8
4
votes
2 answers

Implement Ahead of Time compilation (AOT) for Java based applications

We are in process of developing a commercial desktop based application in java using Rich Client Platform framework from Netbeans/Eclipse. The IDEs (Netbeans/Eclipse) provides nice inbuilt installer for packaging the application. The only problem is…
bhan
  • 61
  • 2
4
votes
1 answer

What happens if you don't specify the maxmetaspace parameter in a java 8 rcp app?

What can happens if you launch and use a heavy java 8 rcp desktop app without specifying the jvm parameters MaxMetaspaceSize and the metaspacesize ? Is it normal that the memory consumed by the heap memory is almost like the non-heap (metaspace)…
NashBird99
  • 193
  • 2
  • 12
4
votes
0 answers

Plugin.xml file is not found /generated for eclipse plugin project

I am developing one maven plugin which will be used to override default maven lifecycle.To resolve dependencies (eclipse and other) , I want to use tycho. So I cofigured maven project to convert it into eclipse-plugin-project. Heres my POM
user6613697
4
votes
3 answers

Java with EMF & RCP vs C#

We're thinking about switching technology for our future projects going from C++ to Java or C#. So naturally there's a big discussion going on right now what to choose. The problem is that none of us has industry experience with EMF or RCP, which…
manni
  • 319
  • 3
  • 14
4
votes
1 answer

Where I can find the system out prints in RCP Product?

I have a RCP application, inside which I have added some System.out.println() statements. Now, that I have exported the project as a product, can anyone please tell me where to look for these System.out.println() output?
Srijani Ghosh
  • 3,935
  • 7
  • 37
  • 68
4
votes
0 answers

XML source formatter not working on plugin.xml sources

I have a normal eclipse plugin project with a plugin.xml file. Since i am using a sonar sever with XML checks I want the file to be indented in a specific way. The eclipse XML auto formatter however is not available when i view the XML with the…
4
votes
7 answers

Eclipse hangs on reverting resources

I use eclipse Indigo, subclipse 1.10.x and javaNL. Whenever I try to refresh my project in eclipse, it gets stuck at Reverting Resources 0% and Computing Update Requirements 0%. I try to kill eclipse and reopen the project and it still does the…
user1623627
  • 117
  • 1
  • 3
  • 12
4
votes
1 answer

Eclipse plugin development for Eclipse

How do I start to develop a plugin for Eclipse? I need a tool which isn't out there yet for my further development... so my main concerns are: How to add a perspective? How to add menu items? How to add a view into the "Show Views" menu? How to add…
Raven
  • 561
  • 6
  • 19
4
votes
1 answer

How to open another Part in Eclipse e4

I am developing a e4 application. Initially I have part A. I m displaying A part on start up of application and B part is not visible. In the Part A, I will be displaying HTML Pages with Links. When the user clicks any of the links, I need to open…
John
  • 2,820
  • 3
  • 30
  • 50