hi,
I am using external POI package to perform excel import and export task in my project.This package is present at C drive on my machine.
When I execute this project at command prompt it works well but when I create JAR file of this project,it does not perform only the task which performed with the help of POI package.
To create JAR file, Is here need to add that POI package in project folder where all .class files are present ?
Please guide me.
Thanks in advance.
Kind regards,
Vikas Sawant
I am using external POI package to perform excel import and export task in my project.This package is present at C drive on my machine.
When I execute this project at command prompt it works well but when I create JAR file of this project,it does not perform only the task which performed with the help of POI package.
To create JAR file, Is here need to add that POI package in project folder where all .class files are present ?
Please guide me.
Thanks in advance.
Kind regards,
Vikas Sawant
Comment