Message11620

Author sergei175
Recipients sergei175
Date 2017-10-13.02:21:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507861305.56.0.213398074469.issue2630@psf.upfronthosting.co.za>
In-reply-to
Content
I'm using Jython 2.7.1 and I notice that it cannot import by default the standard Java libraries when using JDK9 (on ubuntu).  Example:

>from java.awt import *
>c=Color.red

This failed.  I have to import all classes explicitly, i.e. "from java.awt import Color". I guess, Java9 has different locations of the standard jar libraries. How to enable this feature again?
History
Date User Action Args
2017-10-13 02:21:45sergei175setrecipients: + sergei175
2017-10-13 02:21:45sergei175setmessageid: <1507861305.56.0.213398074469.issue2630@psf.upfronthosting.co.za>
2017-10-13 02:21:45sergei175linkissue2630 messages
2017-10-13 02:21:44sergei175create