rcp Questions

1

Solved

I want to include a file (text, image, etc) in the root directory of an Eclipse plugin. When I run the program using a test main method, I can find the file in the working directory. But when I run...
Dexter asked 19/8, 2014 at 23:23

3

Solved

Pretty soon now, we're gonna need to develop a GUI for creating configurations (more like scripts, to be honest) for our EAI solution at work. Think of a typical workflow editor. The visualization ...
Sherrie asked 15/11, 2011 at 12:6

2

Solved

I am using java and RCP and I am trying to show pdf Document with Acrobat on my views. I don't need to change them. I have this error with this code. Any idea how to resolve this problem?. P.s.: ...
Murrelet asked 14/12, 2010 at 9:58

4

Solved

I have a plug-in to an Eclipse RCP application that has a view. After an event occurs in the RCP application, the plug-in is instantiated, its methods are called to populate the plug-in's model, bu...
Shakeup asked 5/10, 2008 at 11:0

10

Solved

We recently started to develop a Java desktop app and management has requested that we make use of Rich Client Platform. I know of four for Java namely: Eclipse RCP - www link to ecipse rcp, Netb...
Crosspollination asked 23/2, 2009 at 20:3

2

Solved

I would like to write JUnit test for my Eclipse RCP while I continue developing the code. When starting the application the different plugins initialize variables of various plugins/classes (mostly...
Elamite asked 3/2, 2014 at 8:37

3

Solved

I am creating an RCP application, with many Greek messages, so everything is in UTF-8. As I develop and test through Eclipse IDE, everything is fine. When I am deploying through "Eclipse Product e...
Crumpton asked 31/7, 2011 at 17:33

4

Solved

Which are the reasons to choose the Eclipse Rich Client Platform as the base of my application, instead of just using SWT/JFace?
Holmium asked 1/10, 2009 at 17:23

2

Solved

I suddenly have "Run" and "Search" in the menubar of my RCP application. Is there anyway to remove them?
Synchronous asked 16/3, 2010 at 1:47

3

I know it's possible to export my rcp application, create a .exe file and run it with the command "Runtime.getRuntime().exec()" but, I'd like to launch my rcp application from the main method of a ...
Leventis asked 9/3, 2012 at 15:53

1

Solved

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...
Resolvent asked 8/4, 2013 at 16:21

1

Solved

I'm using eclipse RCP with a view and I want to print something on the console when the application is closed. This is what I have done, but It's not working; public void createPartControl(final ...
Morehouse asked 21/1, 2013 at 17:5

3

Solved

I am building an Eclipse RCP application and am having trouble on settings the size of a JFace Wizard.
Lehman asked 29/7, 2010 at 21:24

1

I want to make the same behavior I got when I do a right click on a perspective and choose customize to get this window I want to customize menus and toolbars for my perspective only programmat...
Losel asked 28/8, 2012 at 13:1

2

Solved

I am working on an Eclipse RCP application with localization. A user should be able to change the language used in the application on the fly. A restart of the application should not take place dur...

3

Solved

I'm trying to integrate BIRT (3.7) with my RCP application. When generating a report chart converted into a image (PNG,SVG, e.t). I want during generation html report make ​​a chart (image) embedd...
Unpolite asked 20/7, 2012 at 8:58

4

Solved

Is there any way where I can increase the Java Compiler Compliance level of Eclipse 3.5 to 1.7. (i.e.) By adding a plugin/add-on. Since by default this will not support the JDK 1.7 compliance. We ...
Medievalist asked 1/6, 2012 at 8:57

1

I'm developing an RCP application that uses the Eclipse Log view. All the messages logged have the TimeZone set to system current time. I need to have those messages all in GMT time for example A...
Noteworthy asked 1/9, 2011 at 8:50

6

Solved

I have read through several reviews on Amazon and some books seem outdated. I am currently using MyEclipse 6.5 which is using Eclipse 3.3. I'm interested in hearing from people that have experience...
Helicline asked 11/8, 2008 at 13:30

1

Solved

I just created my first target platform and ran into a problem: The Bundle org.eclipse.ui.views.properties.tabbed cannot be resolved. My target platform has one location: http://download.ecl...
Catanddog asked 3/4, 2012 at 20:48

1

I want to create GUI components from XSD files. The generated GUIs should be used for concrete xml instances of the corresponding schema with databinding to "interesting" elements or attributes con...
Mainstay asked 2/6, 2010 at 11:38

3

Solved

I would like to start a new project which will make extensive use of plugins. I know that both Eclipse and Netbeans have their respective Rich Client Platforms, both with their respective strengths...
Primalia asked 23/10, 2010 at 9:46

8

Solved

I am looking for the best practice of handling inter project dependencies between mixed project types where some of the projects are eclipse plug-in/OSGI bundle projects (an RCP application) and ot...
Triphibious asked 7/9, 2009 at 16:23

5

Solved

We have the code for an Eclipse RCP application in an Eclipse workspace containing multiple Java projects. We are using Mercurial with a simple .hgignore just *.class (but the same issue would pert...
Thickknee asked 25/11, 2010 at 15:27

4

Solved

I am new to Eclipse RCP and I'm looking for an open source framework to test my RCP application (especially the GUI). I want to run this tests as unit tests. Can you suggest some good frameworks w...
Commissionaire asked 28/4, 2011 at 12:21

© 2022 - 2024 — McMap. All rights reserved.