cancel
Showing results for 
Search instead for 
Did you mean: 

External Jar

Former Member
0 Kudos

Hi,

I have implemented reading an XML feed in a Java program using api.

In NWDS, I created a Java Project. And as required added 3 externals jar files.

I had to import the following:

import de.nava.informa.core.ChannelIF;

import de.nava.informa.core.ItemIF;

import de.nava.informa.impl.basic.ChannelBuilder;

import de.nava.informa.parsers.FeedParser;

The program works on run.

when I creat a JSP DynPage and I add the follwoing lines:

<%@ page import = "de.nava.informa.core.* "%>

<%@ page import = "de.nava.informa.impl.basic.ChannelBuilder "%>

<%@ page import = "de.nava.informa.parsers.FeedParser "%>

I get an error: Error occurs during the rendering of jsp component.

By,

Rohit,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

But in the case when you are including some external jars, you need to include it both as

"External Jar" and also add it to the lib folder

I hope this solves your problem.

Kind Regards,

S.Saravanan.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hai ,

Create a library project add your jars to lobirary project. deploy it. add jars to your project from library project.

It will solve your problem.

regards,

Former Member
0 Kudos

Hi

Copy the jars in the dist-.PORTAL-INF->lib folder.

Regards,

Ajay