Page 1 of 1

How to edit exportpath for JCKit on JCIDE 5 ?

Posted: Thu Jun 18, 2020 3:42 am
by ymitsui
How can I edit exportpath for JCKit on JCIDE ver 5.0.1.7 ?

Old topics viewtopic.php?f=4&t=702 explained it can be done by property.
but it doesn't on Ver 5.0.1.7 as below.

Re: How to edit exportpath for JCKit on JCIDE 5 ?

Posted: Thu Jun 18, 2020 6:53 am
by kuafu
You need to make the .class and expert into a jar file.
JCIDE 5 only support a jar whick contain .class and export.

Re: How to edit exportpath for JCKit on JCIDE 5 ?

Posted: Thu Jun 18, 2020 6:58 am
by kuafu
and add the jar file to JCIDE
We want to make the .class and its export in a jar file .
It's easy to mangage it. And Easy to understand their relationship.

Re: How to edit exportpath for JCKit on JCIDE 5 ?

Posted: Thu Jun 18, 2020 9:04 pm
by ymitsui
Thanks. understand.
but the package is provided by card supplier. it is little bit tough to make jar file for me.
personally, support both method is helpful.

Re: How to edit exportpath for JCKit on JCIDE 5 ?

Posted: Thu Jun 18, 2020 9:08 pm
by kuafu
a jar file is a zip file.
I used the zip tool to make jar file.
Open jar file as a zip file .
Edit a jar file as a zip file.
https://www.7-zip.org/ 7zip is ok.
https://www.win-rar.com/ rar is ok.
You can use any compress tool to make jar file. Note that a jar file is a compressed file.

Re: How to edit exportpath for JCKit on JCIDE 5 ?

Posted: Fri Jun 19, 2020 10:15 pm
by kuafu
ymitsui wrote:
Thu Jun 18, 2020 9:04 pm
Thanks. understand.
but the package is provided by card supplier. it is little bit tough to make jar file for me.
personally, support both method is helpful.
I think you are right. We will add it it next version.

Re: How to edit exportpath for JCKit on JCIDE 5 ?

Posted: Mon Jul 13, 2020 7:43 pm
by kuafu
ymitsui wrote:
Thu Jun 18, 2020 9:04 pm
Thanks. understand.
but the package is provided by card supplier. it is little bit tough to make jar file for me.
personally, support both method is helpful.
We had supported edit exportpath with both method in the latest version.