Hello, You can look at this thread for an example of how to communicate with the notebook server via Java: http://groups.google.com/group/sage-support/browse_thread/thread/197e1597ac860794/22455d9058f3f59e?hl=en&lnk=gst&q=why+python+scripts+take+longer#22455d9058f3f59e
--Mike On Mon, Oct 20, 2008 at 8:59 AM, yegor <[EMAIL PROTECTED]> wrote: > > Hello, > > I'd like to call Sage from Java. As far as I understand, there is no > ready solution yet. > > I suppose, one option would be to use sage notebook server, is there a > document describing its communication protocol? > > Another option would be to use some generic way of calling Python from > Java, e.g. Jepp - http://jepp.sourceforge.net/ > Jepp normally uses libpython2.x.so, for Sage I would need a similar > shared library, but specific for Sage, right? > I tried to repackage <SAGE>/local/lib/python2.5/config/libpython2.5.a > as a shared library but it is apparently incomplete because I get > complains about undefined symbol "floor". > > Any suggestions/hints are greatly appreciated. > > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---