[Cdk-user] How to verify the installation of cdk-2.0.jar is correct or wrong?

2020-12-30 Thread Winod Dhamnekar
Hello,
John May
Sir,
  I have set classpath in cdk directory as follows: set classpath = 
.;cdk-2.0.jar (enter)
C:\cdk>set classpath = java -cp cdk-2.0.jar MyClass.java; java -cp 
cdk-2.0.jar:.MyClass
  Is this correct?
Is this syntax  correct, Does it mean cdk-2.0.jar installation is correct?

Cdk beginner user,
   WMD
Sent from Mail for Windows 10

___
Cdk-user mailing list
Cdk-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdk-user


Re: [Cdk-user] How to install Chemistry development kit after installing apache-maven-3.6.3

2020-12-30 Thread John Mayfield
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 
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  for
> Windows 10
>
>
>
> *From: *John May 
> *Sent: *30 December 2020 13:50
> *To: *Winod Dhamnekar 
> *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 
> 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  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


Re: [Cdk-user] What are the contents of pom.xml file to install cdk-2.0.jar after installing apache maven?

2020-12-30 Thread Egon Willighagen
Dear Winod,

On Wed, Dec 30, 2020 at 11:24 AM Winod Dhamnekar
 wrote:
> What should be the contents of pom.xml file in cdk directory?

The pom.xml is the file Maven uses to see how the source code needs to
be compiled. It often also contains metadata about the project, such
as authors, license, etc.

> What are the basics, more project information, build setting, environment 
> setting?

I do not understand that question. Can you explain what you are trying to do?

Egon

-- 
Have you heard about Wikidata already? "Use Scholia and Wikidata to
find scientific literature" is a new tutorial from my colleague Lauren
Dupuis. https://laurendupuis.github.io/Scholia_tutorial/

-
E.L. Willighagen
Department of Bioinformatics - BiGCaT
Maastricht University (http://www.bigcat.unimaas.nl/)
Homepage: http://egonw.github.com/
Blog: http://chem-bla-ics.blogspot.com/
PubList: https://www.zotero.org/egonw
ORCID: -0001-7542-0286
ImpactStory: https://impactstory.org/u/egonwillighagen


___
Cdk-user mailing list
Cdk-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdk-user


[Cdk-user] What are the contents of pom.xml file to install cdk-2.0.jar after installing apache maven?

2020-12-30 Thread Winod Dhamnekar
Hello,

Sir,
What should be the contents of pom.xml file in cdk directory?  What are 
the basics, more project information, build setting, environment setting? If 
any user knows it, please guide me in this regard.


Cdk beginner user,
WMD


Sent from Mail for Windows 10

___
Cdk-user mailing list
Cdk-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdk-user


Re: [Cdk-user] How to install Chemistry development kit after installing apache-maven-3.6.3

2020-12-30 Thread John May
Also Java 8/11 are preferred

- John

> On 30 Dec 2020, at 06:25, Winod Dhamnekar  
> 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 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


Re: [Cdk-user] How to install Chemistry development kit after installing apache-maven-3.6.3

2020-12-30 Thread John May
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  
> 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 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