Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Include JDT into RAP?
Include JDT into RAP? [message #95047] Mon, 30 June 2008 09:38 Go to next message
Eclipse UserFriend
Originally posted by: adv.zahn.googlemail.com

Hi,

I'm new in RAP and have a basic question. Is it possible to include each
Eclipse plug-in into the RAP platform?
I have my own plug-in that extends JDT, and I want to run it with RAP. I
get error messages like "Workbench not yet created" or some
NullPointerExceptions in the JDT classes. I want to know if JDT is
RAP-compatible?

Kindest regards,
Ralf
Re: Include JDT into RAP? [message #95314 is a reply to message #95047] Mon, 30 June 2008 20:26 Go to previous message
Eclipse UserFriend
Originally posted by: rherrmann.innoopract.com

Ralf,

RAP does not (yet) provide the functionality to run JDT on top of
it. Basically there are two main reason why you cannot include
arbitrary plug-ins into the RAP platform.

The more obvious one is that RAP only provides a subset of the
Platform APIs. E.g. a counterpart for SWTs GC or StyledText is yet
missing.

On a different level are issues caused b the distributed nature of
RAP that e.g. affects the workbench. In RCP exists only once per VM
instance, whereas in RAP it would need to be shared among or
provided for multiple sessions (=users).

HTH
Rüdiger

Ralf Zahn wrote:
> Hi,
>
> I'm new in RAP and have a basic question. Is it possible to include each
> Eclipse plug-in into the RAP platform?
> I have my own plug-in that extends JDT, and I want to run it with RAP. I
> get error messages like "Workbench not yet created" or some
> NullPointerExceptions in the JDT classes. I want to know if JDT is
> RAP-compatible?
>
> Kindest regards,
> Ralf
Previous Topic:Getting HTTP ERROR: 404 when running RAP Application
Next Topic:Incorrect value on combo after selection
Goto Forum:
  


Current Time: Sat Apr 27 01:42:34 GMT 2024

Powered by FUDForum. Page generated in 0.03045 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top