cancel
Showing results for 
Search instead for 
Did you mean: 

Seting CLASSPATH to work with an Eclipse Deployed iView

Former Member
0 Kudos

Hi,

We are trying to deploy an iView using Eclipse with the Plugin v1.2, and we have successfully created and deployed iViews, but when we need to access .jar´s or read a .propertie file we get an error, the Question is, how can we set the CLASSPATH into WAS or wherever it needs to be set, so the iView that we are deploying can find the .propertie file and jar´s?

Thanx in Advanced!!!

Jet

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can place the jar files in these directories of your portal project in the PORTAL-INF->lib or PORTAL-INF->private->lib directories depending on whether the class which needed the jar is in src.api (public) or src.core (private) respectively.

When you deploy the PAR, these jars will also be a part of it.

Hope it works,

Nirav

Former Member
0 Kudos

Hi!

Thanx alot for your Response, this worked for the JAR´s but not with the .propertie file.

Do you have any idea on how can we do this?

Thanx again!!

Jet