Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: Why isn't my array populating?

by gokuraku (Monk)
on Mar 27, 2008 at 19:16 UTC ( [id://676834]=note: print w/replies, xml ) Need Help??


in reply to Re: Why isn't my array populating?
in thread Why isn't my array populating?

Ah yeah, I can see that now. It actually had not occurred to me that this might be the case.
I still have the question why java would direct to STDERR and not STDOUT.

Replies are listed 'Best First'.
Re^3: Why isn't my array populating?
by graff (Chancellor) on Mar 28, 2008 at 00:55 UTC
    I still have the question why java would direct to STDERR and not STDOUT.

    When a command-line utility (in this case "java") offers a "-v" (or "--version") option to print its version number, it's actually fairly common for the version string to be printed to STDERR rather than to STDOUT, especially if the app tends to write actual data to STDOUT. This is so that the version string won't get treated as actual data in a typical pipeline. (Your case is exceptional: you want the version string treated as data, so you have to explicitly make it do that.)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://676834]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-19 23:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found