Hi,
I have created the OSGI bundle for opencsv jar and put it in fleix console.I couldn't able to import the class file in my apps ??
Then I used JSoup jar ,for that i downloaded the sources and put in the project under apps and deployed it .I can able to use the methods from that jsoup java class now but it showing this exception "exception “Could not initialize class org.jsoup.nodes.Entities$EscapeMode java.lang.NoClassDefFoundError: Could not initialize class org.jsoup.nodes.Entities$EscapeMode”" .
Please suggest me a solution.Its very urgent
Thanks in advance.