Reputation: 103
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??
Upvotes: 0
Views: 97
Reputation: 103
We could extract external jar files of higher versions of java environment and put it in our project's bin
folder. So works fine!
Upvotes: 0