Page 1 of 1

How to add jar to JCIDE project

Posted: Fri Aug 10, 2018 1:55 am
by kuafu

Re: How to add jar to JCIDE project

Posted: Wed Aug 22, 2018 9:46 pm
by Blianna
Hi kuafu,
I want to know: after I added the jar file to my project, how to call the API functions from this jar file?
Is three related demo?

thank you very much.

Re: How to add jar to JCIDE project

Posted: Thu Aug 23, 2018 3:25 am
by kuafu

Code: Select all

import your.api;// java gramma
  

Re: How to add jar to JCIDE project

Posted: Thu Jan 03, 2019 2:00 am
by kuafu
If you want to add jar to project .You have to make sure that . the exp and the .class all in Jar file.
for example
We need .class files when compiler java file to .class file .
We need .exp fiels when compiler .class to .cap file