JChemPaint (or JCP for short here) is the editor and viewer for 2D chemical structures developed using CDK. It is implemented in several forms: a Java application and two varieties of Java applet.
Please see the documentation at https://github.com/JChemPaint/jchempaint/wiki for more information.
The issue tracker here (on top of this page) is for specific JCP-related bugs. For problems in CDK proper, please use http://sourceforge.net/tracker/?group_id=20024&atid=120024
Build requirements (need installation)
- gettext : http://www.gnu.org/software/gettext/ - app-bundler: https://github.com/federkasten/appbundler-plugin (optional)
Build with the following commands
`mvn install -DskipTests` `mvn install -DskipTests -Posx-app` to build an OS X application bundle (.app) `mvn install -DskipTests -Pwindows-app` to build a windows executable (.exe)