|
From: Diego P. <dgp...@gm...> - 2005-10-03 20:29:37
|
I don't know if you dont understand me or I don't understand what you said, ehe. What I want is create a java program and that program calls this code that jythonc converts. This classpath that you said is put the jython.jar file in the classpath? thx, Diego 2005/10/3, Hasan Diwan <has...@gm...>: > > On Sep 30, 2005, at 3:01 PM, Diego Prestes wrote: > > > class PluginFunction: > > def execute( self ): > > print "HelloWorld" > > > > Someone can help me saying how can I call this in Java? > > Compile using jythonc PluginFunction.py and run using the classpath > the jython compiler gives you. It works here. > > Cheers, > Hasan Diwan <has...@gm...> > > > > |