Jxl package

Hello,

I was wondering if anyone has successfully import jxl package into their java service. During compilation, I always get “package jxl does not exist.” I’ve placed the jxl.jar file in the “…/packages/packageName/code/jars/static” folder. Then I reloaded the package.

If you put a jar in static folder you have to restart the IS to load it. Just place the jar in the code/jars folder and you can use it directly.

Cheers
Guna

Thanks. I’ll give that a try.

Thanks tgunasekhar. I believe it worked.