简体   繁体   中英

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

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??

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM