When compiling new subroutines, the changes do not take effect in existing instances of jsh. Compile, run becomes Compile, log out, log in, run.
It is possible to cheat however. If a new shell is spawned, windows will use the updated version of the dll. What I did was to create two terminal macros: Macro A: spawn a command prompt followed by a jsh shell. cmd <enter> jsh<enter> Macro B: compile the new code, exit out of the jsh shell, spawn a new jsh shell. compileit.bat <enter> exit <enter> jsh <enter> After I log in, I run Macro A, spawning a nested pair of shells. After editing the subroutine, I hit the Macro B button, which compiles the new subroutine, and loads up a new jsh shell within which the changes are in effect. One drawback to this approach is that you must use exit 3 times to log out. - Tuber --~--~---------~--~----~------------~-------~--~----~ Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en -~----------~----~----~----~------~----~------~--~---
