Top "Eclipse-rcp" questions

For questions about the Eclipse Rich Client Platform which is a generic Java platform for running applications.

Cannot load 64-bit SWT libraries on 32-bit JVM ( replacing SWT file )

I'm trying to debug this problem but not sure where exactly i need to replace SWT jar file for Eclipse. …

java eclipse-plugin jvm swt eclipse-rcp
How to see my Eclipse version?

How do I find out which version of Eclipse is currently installed on my system?

java eclipse eclipse-plugin eclipse-rcp eclipse-cdt
What does $NON-NLS-1$ mean?

In Eclipse source code, I've found some '$NON-NLS-1$' in comments used like that : private String toolTip = ""; //$NON-NLS-1$ What …

java eclipse eclipse-rcp
Where does Eclipse store preferences?

When I change a setting in a window like in the screenshot below, where are those settings actually stored? Bonus: …

java eclipse formatting eclipse-rcp settings
How can I disable "Initialize Java Tooling" on Eclipse startup?

In our application which is a Eclipse plugin, when Eclipse starts it takes long time and the users are seeing "…

java eclipse eclipse-plugin eclipse-rcp eclipse-pde
Is there a good framework for Java desktop applications?

I have developed many desktop applications in Swing, even those a bit more complex, with Hibernate and Spring integration. I …

java swing eclipse-rcp desktop-application spring-rcp
Some tutorials with Eclipse/WindowBuilder Pro

I am looking for tutorials about how to write a rcp program with window builder pro, any resources links, OK? …

eclipse-rcp windowbuilder
Where is javax.annotation

Ok, so this is probably a NooB question (I'm more of a C++ guy), but I'm lost in the java …

java eclipse eclipse-rcp
The bundle XYZ could not resolved. Reason: Missing Constraint: Import-Package: ABC; version="1.0.0" error in headless RCP standalone

I'm working on standalone headless RCP. It works without problem when I execute the application and product in eclipse IDE, …

java eclipse eclipse-rcp headless-rcp
View classes dependency graph plugin?

Is there any plugins I can use for Eclipse that will show graphical view of classes dependencies?

java eclipse eclipse-plugin eclipse-rcp eclipse-3.4