The brief description of this the JBPython project talks about running scripts from inside JBuilder. I can't figure out how to do that (maybe because I'm so new to Jython and don't understand how to use it as a script).
I've installed JBJython into JBuilder 5 Enterprise on a Windows 2000 machine. The console capability works fine. But, I can't figure out how to run a script.
Under the tools menu there's a JPython item that has a sub-menu offering a choice of console or script, but the script option is greyed out. I don't see any script options when I right clicking on the text or tab of .py file, either.
Any help would be much appreciated!
Jim
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
have you figured out how to run scripts? Or could someone else please answer that question? I'm in the same situation here, only with JBuilder 7 Professional.
Cheers, GreGie
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
From menu File/New Python Scripts... create a new Jython script file, it will be included into current project.Or from project tree select "add..." to add a exist Jython script file to current project.When you see a Jython Script file node in project tree, you can right-click it and select run... command, a result tab will appear in message view
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The brief description of this the JBPython project talks about running scripts from inside JBuilder. I can't figure out how to do that (maybe because I'm so new to Jython and don't understand how to use it as a script).
I've installed JBJython into JBuilder 5 Enterprise on a Windows 2000 machine. The console capability works fine. But, I can't figure out how to run a script.
Under the tools menu there's a JPython item that has a sub-menu offering a choice of console or script, but the script option is greyed out. I don't see any script options when I right clicking on the text or tab of .py file, either.
Any help would be much appreciated!
Jim
Hej Jim,
have you figured out how to run scripts? Or could someone else please answer that question? I'm in the same situation here, only with JBuilder 7 Professional.
Cheers, GreGie
From menu File/New Python Scripts... create a new Jython script file, it will be included into current project.Or from project tree select "add..." to add a exist Jython script file to current project.When you see a Jython Script file node in project tree, you can right-click it and select run... command, a result tab will appear in message view