jchempaint icon indicating copy to clipboard operation
jchempaint copied to clipboard

Chemical 2D structure editor application/applet based on the Chemistry Development Kit

Results 100 jchempaint issues
Sort by recently updated
recently updated
newest added

Hi, Are you interest in putting jchempaint on Flathub when packaging as Flatpak for Linux? Flatpak is Linux software manager and deployment of Linux. https://flatpak.org/ I could try to do...

Just replacing the dependency causes several regressions.

enhancement

Hello, is there a way to start JChemPaint in a .Net application with handover a mol file? I tryed this: string jcpfolder = System.AppDomain.CurrentDomain.BaseDirectory + @"\JChemPaint\"; string application = "jchempaint-3.3-1210.jar";...

I am developing a user interface to a geometrical database, and I am happy to use jchempaint as a GUI tool, allowing to visualise a set of user-selected atoms. I...

Hello, I've been using JChemPaint Applet embedded in my web application for some months and it worked great, until some days ago when this message poped up: "your security settings...

I am using jchempaint in web application. and i am passing load parameter to EditorApplet. for this i am giving complete path of .mol file to the load parameter value....

Viewer applet does not work. i have no issue with the editor applet but when I replace `code="org.openscience.jchempaint.applet.JChemPaintEditorApplet"` with `code="org.openscience.jchempaint.applet.JChemPaintEditorApplet"` I get a ClassNotFoundException. html: ``` html ``` Again, archive...

If one uses the following code to display a viewer applet and load a simple SMILES (instead of load a mol file) it gives the following error: "The error was:...

Today I was working on how to load structures from Inchi data and found this. If I load the mol structure of HMDB13122 (obtained from HMDB web site) and export...