Sreelatha G wrote:
> Hi
> 
>    I am new to python .I need your help in solving my problem.
>    Is there any way to call python files in a java file .How is it possible?
> 
Jython is an implementation of Python that compiles to Java bytecode, 
but at the moment there's some version lag so it won't handle the mos 
recent language enhancements. Probably worth a look, though.

   http://www.jython.org/

regards
  Steve
-- 
Steve Holden       +44 150 684 7255  +1 800 494 3119
Holden Web LLC/Ltd          http://www.holdenweb.com
Skype: holdenweb     http://del.icio.us/steve.holden
Recent Ramblings       http://holdenweb.blogspot.com

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to