Page 1 of 1

cant find sdk4j-1.2.jar for java 1.2

PostPosted:Sat Sep 14, 2019 10:56 am
by mamad
Hi guys,
i want to write a simple client for openkm.My version is 6.3.7 Community edition
I read the documentation of here https://docs.openkm.com/kcenter/view/sdk4j-1.2/ but i cant find the needed sdk4j library for java 1.2.
where can i find the needed jar file and the Library dependencies needed to write a simple client ?

Re: cant find sdk4j-1.2.jar for java 1.2

PostPosted:Sat Sep 14, 2019 6:27 pm
by jllort
The best approach is building the jar file from https://github.com/openkm/sdk4j-with-dependences ( you will create a jar file with all the dependencies into ).

Another option is downloading from our maven repository http://maven.openkm.com/com/openkm/sdk4j/

Re: cant find sdk4j-1.2.jar for java 1.2

PostPosted:Tue Sep 17, 2019 3:55 am
by mamad
Thanks

Re: cant find sdk4j-1.2.jar for java 1.2

PostPosted:Thu Mar 17, 2022 10:51 am
by rpopenkm
Openkm version 6.3
Chrome

couldn't able to download sdk4j 1.1 from this link https://www.openkm.com/wiki/index.php/SDK_for_Java_1.1

And the link u have given on upper reply is also not working.
link= http://maven.openkm.com/com/openkm/sdk4j/

Re: cant find sdk4j-1.2.jar for java 1.2

PostPosted:Mon Mar 21, 2022 11:30 am
by pavila
Hello,

You don't need to download the library, just use in your pom.xml and Maven will download what it need and all the dependencies.

Best regards.

Re: cant find sdk4j-1.2.jar for java 1.2

PostPosted:Wed Mar 23, 2022 11:30 am
by rpopenkm
worked using maven
Thanks

Re: cant find sdk4j-1.2.jar for java 1.2

PostPosted:Wed Mar 23, 2022 11:48 am
by pavila
Great :)