Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #3386
| Path | csiph.com!usenet.pasdenom.info!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!feeder.erje.net!us.feeder.erje.net!bloom-beacon.mit.edu!bloom-beacon.mit.edu!panix!not-for-mail |
|---|---|
| From | vjp2.at@at.BioStrategist.dot.dot.com |
| Newsgroups | comp.lang.python, alt.msdos.batch.nt, comp.lang.java.help |
| Subject | Jython from bathc file? |
| Date | Fri, 8 May 2015 23:36:12 +0000 (UTC) |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Lines | 14 |
| Message-ID | <mijh9c$nv6$2@reader1.panix.com> (permalink) |
| NNTP-Posting-Host | panix1.panix.com |
| X-Trace | reader1.panix.com 1431128172 24550 166.84.1.1 (8 May 2015 23:36:12 GMT) |
| X-Complaints-To | abuse@panix.com |
| NNTP-Posting-Date | Fri, 8 May 2015 23:36:12 +0000 (UTC) |
| User-Agent | tin/2.2.1-20140504 ("Tober an Righ") (UNIX) (NetBSD/6.1.5 (i386)) |
| Xref | csiph.com comp.lang.python:90197 comp.lang.java.help:3386 |
Cross-posted to 3 groups.
Show key headers only | View raw
How do I do this in a .bat file?
Do I include the Jython or pipe it?
% CLASSPATH=$CLASSPATH:$RDBASE/Code/JavaWrappers/gmwrapper/org.RDKit.jar; jython
-Djava.library.path=$RDBASE/Code/JavaWrappers/gmwrapper
Jython 2.2.1 on java1.6.0_20
Type "copyright", "credits" or "license" for more information.
>>> from org.RDKit import *
>>> from java import lang
>>> lang.System.loadLibrary('GraphMolWrap')
>>> m = RWMol.MolFromSmiles('c1ccccc1')
>>> m.getNumAtoms()
Back to comp.lang.java.help | Previous | Next — Next in thread | Find similar
Jython from bathc file? vjp2.at@at.BioStrategist.dot.dot.com - 2015-05-08 23:36 +0000 Re: Jython from bathc file? Todd Vargo <tlvargo@sbcglobal.netz> - 2015-05-09 06:17 -0400 Re: Jython from bathc file? vjp2.at@at.BioStrategist.dot.dot.com - 2015-05-09 21:04 +0000
csiph-web