[Jepp-users] Problem with using Java classes in Python code
Brought to you by:
mrjohnson0
From: Marcin Z. <ms...@wp...> - 2012-02-28 09:39:25
|
Hi, I tried to use a simple Java class in Python code based on a http://jepp.sourceforge.net/usage.html#features <code> from java.util import Arrays print Arrays.toString(stringArray) </code> Unfortnately I've got: jep.JepException: <type 'exceptions.ImportError'>: No module named java.util. I tried also with examples in a documentation, but with no luck. Do you know what could be wrong? Jepp 2.4, CPython 2.7.2, Fedora 16, 64-bit Regards Marcin |