[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: Need Help with the Browser RCP Example
|
Hi, all,
I have the same problem. I cannot run some RCP example, either, except my
example is different.
I don't know what do you mean when you say "shortcut", but after reading
some articles, at least I have to run some examples to get intuitively
impression. Unfortunatly, although there are a lot of documents, they are
not so helpful to run examples simply because of the different versions
which is changed so fast. That's why we ask questions here. We need the
step by step help to run examples (which I believe not so many steps in our
cases), or we cannot know the concepts that all of the documents are talking
about.
Regards,
Vince
"Alex Fitzpatrick" <alex.fitzpatrick@xxxxxxxxxx> wrote in message
news:d7a79j$981$1@xxxxxxxxxxxxxxxxxxx
> Prashant Verma wrote:
>> Hi,
>>
>> I am a newcomer to development using eclipse. I would like to run the
>> Browser RCP example from the
>> following sources:
>> http://www.eclipse.org/rcp/examples/browser/org.eclipse.ui.examples.rcp.browser_3.0.0.zip
>> Could someone help me out with the next steps after unzipping the
>> sources? How to create an
>> appropriate project in Eclipse for this RCP project? How to load the
>> sources into the project from
>> the exploded contents of the zip file? How to finally build and execute
>> the program?
>>
>> Any help will be very useful!
>
> Learn to use eclipse before you dive in the deep end, go through some of
> the tutorials, create a plugin, learn how things work.
>
> THEN play with RCP. Once you know how projects & plugins & extensions work
> the contents of the zip file should be obvious.
>
> The Eclipse learning curve is pretty steep, taking short cuts will only
> work if you can get there without resorting to begging for help on
> newsgroups. Experienced users will recognise when you're taking shortcuts
> and not bothering to RTFM and you will get little sympathy.
>
> --
> Alex