|
Kill/stop the Jython interpreter: msg#00055lang.jython.user
Hello everybody, I have embedded the Jython interpreter in an app of mine, and allow the user to type Jython scripts directly into it. The problem is that sometimes the user will do something like the following: ============================= i=0 while i < 10: print "Hello" yoyo = i+1 ============================ The problem is that the above is an infinite loop, and never returns. The user must kill the entire app in order to stop the script from executing. Does anyone know what command can stop/kill just the Jython interpreter? -Chris ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_idt12&alloc_id344&op=click
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: To stupid to live??? Problems with coercing non-numeric types., Jeff Emanuel |
|---|---|
| Next by Date: | using someone elses' jar file, ytcm47-jythonuserslist |
| Previous by Thread: | RE: To stupid to live??? Problems with coercing non-numeric types., Alex Pollitt |
| Next by Thread: | Re: Kill/stop the Jython interpreter, Diez B. Roggisch |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |