Questions tagged [openscience-cdk]
2 questions
3
votes
1 answer
DefaultChemObjectBuilder ClassNotFoundException occur when running jmh benchmark in terminal Intellij Idea
I can run the project as an application in IntelliJ IDEA by using main method. But when I'm trying to run it using terminal for benchmark, a class not found exception occurs.
public class MyBenchmark {
@Benchmark
public static void…

Kaushali de Silva
- 241
- 1
- 3
- 9
0
votes
0 answers
java.lang.NoClassDefFoundError: org/openscience/cdk/Atom
I am having a problem with use of this open source development kit - https://github.com/cdk/cdk
Here is the java code for BasicProgram:
import org.openscience.cdk.interfaces.IAtom;
import org.openscience.cdk.Atom;
public class BasicProgram {
…

Alex G
- 807
- 6
- 13