-1

I have downloaded the trial version of ZEP library from http://www.singularsys.com/jep/download-trial.php and extracted it, but now i need you help to add this in the IDE (eclipse) to use it

what is the process to start using the JEP library to validate the formula.

Tushar
  • 13
  • 5
  • **This question requires a specific programming problem. This question is too broad and does not focus on a particular question.** Please fix any typos, provide relevant code examples, solutions you have tried, and any additional information. **Answers that can be easily found with a Google search will be removed.** – Viraj Shah Mar 16 '23 at 07:26
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Mar 16 '23 at 07:26
  • It was a simple question about how to add a library into IDE, and I got the answer. thank you so much all – Tushar Mar 17 '23 at 05:25

1 Answers1

0

Create a lib folder if it doesn’t exist in a project that is targeted to use jep. Drop the jar file obtained like getting started here into lib.

Add the jar to the Build Path like this. The add jars option not the add external jars option

John Williams
  • 4,252
  • 2
  • 9
  • 18