Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » 3.3 M4 API ??
3.3 M4 API ?? [message #461657] Tue, 16 January 2007 00:01 Go to next message
Eclipse UserFriend
Originally posted by: geoffward.gmail.com

Hi all-

Newbie question about running with Eclipse SDK 3.3 M4. I'm working with
some code that references the following classes in the Platform API (I
think), but they seem to be gone in 3.3 M4. Any pointers? True, false,
indifferent?

Here they are, thanks in advance!

import org.eclipse.ui.views.properties.*;
import org.eclipse.ui.console.*;

-Geoff
Re: 3.3 M4 API ?? [message #461659 is a reply to message #461657] Tue, 16 January 2007 00:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: geoffward.gmail.com

Geoff Ward wrote:
> Hi all-
>
> Newbie question about running with Eclipse SDK 3.3 M4. I'm working with
> some code that references the following classes in the Platform API (I
> think), but they seem to be gone in 3.3 M4. Any pointers? True, false,
> indifferent?
>
> Here they are, thanks in advance!
>
> import org.eclipse.ui.views.properties.*;
> import org.eclipse.ui.console.*;
>
> -Geoff

Okay, what I meant to say is that these classes are not present in my
"Target RCP 3.3M4 SDK" but they are in my Eclipse IDE SDK. I am trying
to differentiate the 2 as described in the RCP book, but why would these
classes not appear in the RCP target? Are these meant only for the
IDE and not my RCP app? Hope this makes sense.

Thanks again,
G
Re: 3.3 M4 API ?? [message #461661 is a reply to message #461657] Tue, 16 January 2007 00:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: geoffward.gmail.com

Geoff Ward wrote:
> Hi all-
>
> Newbie question about running with Eclipse SDK 3.3 M4. I'm working with
> some code that references the following classes in the Platform API (I
> think), but they seem to be gone in 3.3 M4. Any pointers? True, false,
> indifferent?
>
> Here they are, thanks in advance!
>
> import org.eclipse.ui.views.properties.*;
> import org.eclipse.ui.console.*;
>
> -Geoff

Okay, what I meant to say is that these classes are not present in my
"Target RCP 3.3M4 SDK" but they are in my Eclipse IDE SDK. I am trying
to differentiate the 2 as described in the RCP book, but why would these
classes not appear in the RCP target? Are these meant only for the
IDE and not my RCP app? Hope this makes sense.

Thanks again,
G
Re: 3.3 M4 API ?? [message #461662 is a reply to message #461661] Tue, 16 January 2007 01:44 Go to previous message
Charlie Kelly is currently offline Charlie KellyFriend
Messages: 276
Registered: July 2009
Senior Member
Hi Geoff,

The RCP is a subset of the IDE. Things like debuggers and JUnit are not
in the RCP. If you need many plugins that are not in the RCP
distribution, you might considering designing with respect to the
Eclipse "platform" distribution as your target.

If you need a console, or view.properties, in your RCP, you can copy the
corresponding plugins from your IDE to your RCP distribution (as
described in McAfer's Book).

After copying the plugins, use:
Window>Preferences>TargetPlatform (then press "Reload" button).

Hope this helps.

Charlie



Geoff Ward wrote:
> Geoff Ward wrote:
>
>> Hi all-
>>
>> Newbie question about running with Eclipse SDK 3.3 M4. I'm working
>> with some code that references the following classes in the Platform
>> API (I think), but they seem to be gone in 3.3 M4. Any pointers? True,
>> false, indifferent?
>>
>> Here they are, thanks in advance!
>>
>> import org.eclipse.ui.views.properties.*;
>> import org.eclipse.ui.console.*;
>>
>> -Geoff
>
>
> Okay, what I meant to say is that these classes are not present in my
> "Target RCP 3.3M4 SDK" but they are in my Eclipse IDE SDK. I am trying
> to differentiate the 2 as described in the RCP book, but why would these
> classes not appear in the RCP target? Are these meant only for the
> IDE and not my RCP app? Hope this makes sense.
>
> Thanks again,
> G
Previous Topic:Maven build for a RCP plugin
Next Topic:Eclipse Buddy Concept - Property File
Goto Forum:
  


Current Time: Fri Apr 26 06:17:14 GMT 2024

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

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

Back to the top