Sorry I misread your email and that you had the JAR downloaded, you do not
need maven unless your project will use maven to build. You just need to
add the JAR to the classpath.

java -cp cdk-2.0.jar YourClassName
>

or in an IDE (e.g. Eclipse/IntelliJ) you would configure this from a menu
option.

On Wed, 30 Dec 2020 at 09:27, Winod Dhamnekar <vinoddhamneka...@hotmail.com>
wrote:

> Hello,
>
> John May,
>
> Sir,
>
>         What should be the contents of pom.xml file in cdk directory? What
> are the modelversion and snapshot? If you know it, please guide me in this
> regard.
>
> Cdk beginner user,
>
> WMD
>
>
>
> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for
> Windows 10
>
>
>
> *From: *John May <john.wilkinson...@gmail.com>
> *Sent: *30 December 2020 13:50
> *To: *Winod Dhamnekar <vinoddhamneka...@hotmail.com>
> *Cc: *cdk-u...@lists.sf.net
> *Subject: *Re: [Cdk-user] How to install Chemistry development kit after
> installing apache-maven-3.6.3
>
>
>
> You need to run mvn install from the CDK directory, the install just
> builds the code and puts the JAR files in the maven repo directory
> (~/.m2/repository on Linux not sure where it is on Windows).
>
>
>
> If you just want to use the CDK you can actually just download the release
> jar from GitHub or let maven download them for you.
>
> Also note that CDK is a programming library and not an application.
>
>
>
> - John
>
>
>
> On 30 Dec 2020, at 06:25, Winod Dhamnekar <vinoddhamneka...@hotmail.com>
> wrote:
>
> 
>
> Hello,
> I have java , java development kit 32 bit and 64 bit installed on my
> laptop. I have installed apache maven 3.6.3 and its path is C: \Program
> Files\apache-maven-3.6.3. I have downloaded chemistry development kit
> cdk-2.0.jar and it is Program Files directory.
>
> On my laptop, JAVA_HOME environment variable is set to C:\Program
> Files\Java\jdk-15.0.1. But at the time of installation of cdk-2.0.jar by
> giving command mvn install at the command prompt, following screen appears.
>
> <55C2E9251DE648ABBED995B9CC4CFC30.png>
>
>   How to overcome this difficulty?
>
>
>
> Cdk beginner user,
>
>
>
> WMD
>
>
>
> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for
> Windows 10
>
>
>
> _______________________________________________
> Cdk-user mailing list
> Cdk-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cdk-user
>
>
>
_______________________________________________
Cdk-user mailing list
Cdk-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdk-user

Reply via email to