Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[nebula-dev] Unresolved requirement: Require-Bundle: org.eclipse.nebula.widgets.opal.header; bundle-version="1.0.0"
  • From: "Helle, Guillaume" <guillaume.helle@xxxxxxxxxxxxx>
  • Date: Fri, 30 Jul 2021 14:24:07 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=capgemini.com; dmarc=pass action=none header.from=capgemini.com; dkim=pass header.d=capgemini.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Rq2SpgqusCZteq/TnoKwXX/xN1dLCTupPjfKZ2wPJlI=; b=LnUSc4qLOhCttKtQJZUnnnRROAIjQ9c7tiXiNB0kMbFYzxdKiygjdjBKQPUFtc8yIin1hxaXgFk4v1Fu9scHb2LO31rxhb2YJjXTnhEm2mX8RS+bSCfYKn2xmBYiXmFFOEsngxF0baRIh7am36IBEZr1N30RhE83K1Ei4+4ID0Wi1Itv9JVNHHJ/S70UidgSWKTQUHAHR+gJWSb2riLdxEjQ3l96jDBnm220nNPhQyvmV9skc/n5is44SpHbfWVOcNJpVetT8qq64el6EvTjIRfwwE2UBicq2ZipgKd4wrKEjTKL06pJu2k2RuGQvaGXenII3ZumygCBNXrQHmnSvg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=LLD4IHqXhexRGkHsYhrxj6k9MsX5AJP1i5dKhKVtT3ymoJIYzVaM+JjNJ93+PIch4NcIhciE1WXnCTrUfLR1clJ7crbQkijRMERZSUwJL12bHt9VllrdxQro23o/XwJhmKgZ9LOyl50fmTSX5QmOZnXjHkONreYTOeIhBLsCWdflRsRR2ZsA6vbzi0sH4cfvvV3/PeCqtfg3hpJ2HW9pMZSJmqjik8yRfIp/xir5Qjr7LsaDoCdTp28ymOBnbsz3/P/M7ABRN1gQdpapnwOYh1DaZVfs6cEu353X+qwNm9uFbH8vYle5ctBTPwLJpLyBjX/1dZu314Itsl1QVEnCQw==
  • Delivered-to: nebula-dev@xxxxxxxxxxx
  • Ironport-sdr: Gf0kl5IIan7eX8iwbMeL+OqhXUbV7DS4I/uzsWHllRzH3FWFzx3rAE+tC23CxX91+ssZhtK0ct mCyxuT3m8M8A==
  • List-archive: <https://www.eclipse.org/mailman/private/nebula-dev/>
  • List-help: <mailto:nebula-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/nebula-dev>, <mailto:nebula-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/nebula-dev>, <mailto:nebula-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdeFTgFqX81L/sUzS0Oz0qRHrnldKg==
  • Thread-topic: Unresolved requirement: Require-Bundle: org.eclipse.nebula.widgets.opal.header; bundle-version="1.0.0"

Hello,

 

I am testing Nebula widget so i installe dit from http://download.eclipse.org/nebula/releases/latest

 

I added org.eclipse.nebula.widgets.opal.header plugin and try this code :

 

 

           final Header header = new Header(parent, SWT.NONE);

           header.setTitle("Header title");

           header.setImage(InitEZRouteur.getInstance().getEzLogo48());

           header.setDescription("Description area for the header. You can put all additional, relevant information to the description panel (or jokes, citations, ... what you want !)");

 

 

 

The Eclipse build is ok but during the runtime i have the following popup :

 

Unresolved requirement: Require-Bundle: org.eclipse.nebula.widgets.opal.header; bundle-version="1.0.0"

 

What is wrong ?

 

Thanks for your help

 

Best regards

 

Guillaume Helle

 

This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.

Back to the top