Bugs item #840658, was opened at 2003-11-12 13:05 Message generated for change (Settings changed) made by migueljmol You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379133&aid=840658&group_id=23629
Category: Scripting Group: v8 Status: Closed Resolution: Fixed Priority: 5 Submitted By: Egon Willighagen (egonw) >Assigned to: Miguel (migueljmol) Summary: --script does not work Initial Comment: The --script command line option does not work in b6 and fails with this error: Executing script: samples/testscript.txt uncaught exception: java.lang.StackOverflowError java.lang.StackOverflowError The troublesome line is: jmol.control.evalFile(scriptFilename); ---------------------------------------------------------------------- Comment By: Miguel (michaelthoward) Date: 2003-11-12 14:19 Message: Logged In: YES user_id=608250 infinite recursion in jmol.script.Eval.java ... fixed ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379133&aid=840658&group_id=23629 ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ Jmol-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-developers
