-
mrjohnson0 committed revision 465 to the Java Embedded Python SVN repository, changing 1 files.
2009-12-20 21:58:17 UTC by mrjohnson0
-
mrjohnson0 committed revision 464 to the Java Embedded Python SVN repository, changing 1 files.
2009-12-20 21:04:18 UTC by mrjohnson0
-
mrjohnson0 committed revision 463 to the Java Embedded Python SVN repository, changing 9 files.
2009-12-20 20:59:07 UTC by mrjohnson0
-
mrjohnson0 committed revision 462 to the Java Embedded Python SVN repository, changing 1 files.
2009-12-20 20:29:07 UTC by mrjohnson0
-
mrjohnson0 committed revision 461 to the Java Embedded Python SVN repository, changing 1 files.
2009-12-20 20:03:20 UTC by mrjohnson0
-
No, not currently.
Please don't use javax.script if you don't have to, it's poorly thought-out. To get it to work Jep has to be run in interactive mode, which is meant for console interfaces. It'll be slow.
2009-08-26 18:33:41 UTC by mrjohnson0
-
Does Jep support JSR-233 Invocable? I am particularly interested in the getInterface method. But I am unable to cast the engine to it.
Thanks.
2009-08-26 18:24:36 UTC by fphsml
-
I realize that I am stretching things, but I also have a bit of the ability to help out resolving the issues. I tired building on my F11 x86_64 System and had a couple of issues up front with .configure. The first was that the script looks in /us/lib/python(version)/config...but on F11 that file is in /usr/lib64/pythong2.6/config. That I solved with a symlink.from expected to actual...
2009-07-17 20:50:54 UTC by admiyo
-
Sorry, I didn't read that close enough. Seems you might have an older version in /usr/local/lib ? The error message "wrong architecture" is pretty strange.
2009-07-14 19:28:00 UTC by mrjohnson0
-
Make sure you check out the README in the source distribution. It has a step it sounds like you missed.
Basically, you need to copy the compiled .so to /Library/Java/Extensions/libjep.jnilib.
2009-07-14 15:58:24 UTC by mrjohnson0