Message6969

Author tklink
Recipients tklink
Date 2012-03-28.06:43:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1332917038.17.0.358662240855.issue1867@psf.upfronthosting.co.za>
In-reply-to
Content
C:\jython-2.5.2-standalone>java -jar jython.jar
Jython 2.5.2 (Release_2_5_2:7206, Mar 2 2011, 23:12:06)
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.7.0_02
Type "help", "copyright", "credits" or "license" for more information.
>>> import java
>>> import java.security
>>> import java.security.spec
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named spec

-----

This problem doesn't exist with normal Jython, i.e. the non-standalone.
The used OS is Windows 7, 64bit.
History
Date User Action Args
2012-03-28 06:43:58tklinksetrecipients: + tklink
2012-03-28 06:43:58tklinksetmessageid: <1332917038.17.0.358662240855.issue1867@psf.upfronthosting.co.za>
2012-03-28 06:43:57tklinklinkissue1867 messages
2012-03-28 06:43:57tklinkcreate