rcp « eclipse « Java Enterprise Q&A





1. What's the difference between the "jee" and "rcp" distributions of Eclipse?    stackoverflow.com

What are the differences, specifically, between the JEE and RCP versions of Eclipse? And how would one essentially get a "combined" version that includes all the best goodies for plugin development ...

2. What technology to choose for creating reusable component for Eclipse RCP and Java web application?    stackoverflow.com

We have two applications which solve different business tasks. One is based on Eclipse RCP. Another is web application based on Java server technologies. Currently we need to develop one common component. ...

3. Having problem to create a RCP project from eclipse-jee-helios    stackoverflow.com

I am doing this for the first time i have eclipsejee-helios-3.6. I want to create an RCP project it doesnot ask me "Would you like to create a rich client ...

4. How to add custom MIME content types to Eclipse RCP application    stackoverflow.com

I have a client/server system that is passing messages using MIME format. I have created some custom mimetypes using the JavaBeans activation framework. I have created a simple java project with ...

5. running Eclipse RCP application from JWS: jws starts, but closes immediatly    coderanch.com

when is start my eclipse RCP application from webstart by running the JNPL file i get the following lines in the console and after that it shuts down... JNLP JREDesc in Component ignored: null JNLP JREDesc in Component ignored: null complete console output pasted below the product id is correct as configured in my product configuration file... the only thing i ...

6. RCP application via Web start    java-forums.org

Hi, I have a problem with RCP and Web start. I want to distribute an RCP application via Web start. I use eclipse 3.4.2. I found an example called HelloRCP in the Internet (please find it by google "i-proving.ca" +"hellorcp"). After changing to and removing all entries *.wpf.* out of org.eclipse.rcp_3.4.200.*.jnlp the download worked. Unfortunately, the application ...