cancel
Showing results for 
Search instead for 
Did you mean: 

No sap.ui.core.IconPool

Former Member
0 Kudos

Hi,

I have created a SAPUI5 app project in eclipse (kepler). But I cannot find the class sap.ui.core.IconPool, although it is described in the SAPUI5 API reference. I have installed everything in the SAPUI5 toolkit from SAP Development Tools for Eclipse - Kepler Software Repository

Do I need more libraries to get the IconPool?

Best regards

Johan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

It doesn't gets initialize with the bootstrap. We'll have to require it manually, check this

JS Bin - Collaborative JavaScript Debugging</title> <link rel="icon" href="h...

Former Member
0 Kudos

Ok thank you, that seemed to be the correct answer, but my jQuery.sap class does not have the require(..) method.

/Johan

ChandraMahajan
Active Contributor
Former Member
0 Kudos

Actually the method jQuery.sap.require(..) works, although it is not shown by intellisense in eclipse.

/Johan

Answers (0)