From: Mark A. <ack...@go...> - 2001-07-12 01:14:41
|
I've got an embedded Jython interpretor as my glue in a java program. I'm trying to do an exec or eval (both actually), sending an entire program in as a string. It's not working. I can use the exact same program as a file using execfile, and then it's fine. Any suggestions? I'm using \n as my line delimiter, if that helps. Mark |