Menu

#3 Beanshell print doesn't print anything

open
nobody
None
5
2007-03-13
2007-03-13
No

Currently it seems the console is just printing the result of the last expression of the evaluated script.

To see the problem, try this script:
print("bubu");

If I execute this script, nothing is printed in the Console.

If I just use
"bubu";
and press Ctrl+Alt+Enter, the string is printed in the console.

Wanted behaviour: All output of the beanshell should be visible in the Console window.

(I'm using Eclipse 3.2.1 and the latest EclipseShell-Version)

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.