[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.nebula] Re: Nebula Grid in RCP application
|
Hi Tom,
Thanks for this explanation.
In my target platform, i refer to the same eclipse platform using which i
develop. Isn't this proper? should there be two copies of eclipse to develop
RCP application?
Is this a best practice to develop RCP applications or a requirement?
--
Thanks,
Mustufa
"Tom Schindl" <tom.schindl@xxxxxxxxxxxxxxx> wrote in message
news:h3kdls$prl$1@xxxxxxxxxxxxxxxxxxxx
> Hi,
>
> No no no!
>
> 1. Download the grid.zip from [1]
> 2. Unzip somewhere
> 3. Preferences > Plugin-in Development > Target Platform
> 4. Create a new Target with
> => Eclipse Installation or RCP Runtime, Platform SDK, ...
> => Nebula Grid dowload
> 5. Open the MANIFEST of your RCP and add an dependency to nebula.grid
>
> *There is no need to repackage what you get from our download page is
> something to setup a RCP-Target!*
>
> So please learn how to setup Eclipse appropriately to do RCP-Development.
>
> Tom
>
> [1]http://www.eclipse.org/downloads/download.php?file=/technology/nebula/grid/downloads/drops/latest/nebula-grid-SDK-incubation.zip
>
> Mustufa Kasidwala schrieb:
>> Hi,
>>
>> Sorry i forgot to reply back.
>>
>> I was able to find a solution.
>> 1. Wrap the jar file in a plugin using the 'Plugin from existing jar
>> archives' project type.
>> 2. Add this newly created plugin project to the list of dependencies (in
>> Menifest file) of the original project where you intend to use Nebula.
>>
>> This will work.
>>