Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] Unresolved requirement: Require-Bundle: org.eclipse.nebula.widgets.opal.header; bundle-version="1.0.0"

Hi Guillaume,

Did you check the runtime configuration ? The "header" bundle should be included.
Can you please post a log file.

Feel free to ask,

Laurent

Le ven. 30 juil. 2021 à 16:24, Helle, Guillaume via nebula-dev <nebula-dev@xxxxxxxxxxx> a écrit :

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.
_______________________________________________
nebula-dev mailing list
nebula-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/nebula-dev

Back to the top