How can I use external jar files in my Ewon project?

97 Views Asked by At

I am working with Ewon hardware project which supports javaetk run time environment.

Now some of the functionality like JsonReader, Logger, etc are not available in javaetk. So I download this jar file externally and include it in my project.

Looks fine at Eclipse level! But at run time it shows error on Ewon error blog that class not found! Any suggestions, that how can I use this??

1

There are 1 best solutions below

0
On

We could extract external jar files of higher versions of java environment and put it in our project's bin folder. So works fine!