java - How can I get the number of availableProcessors in Ant -


I would like to get the number of processors available with my ant build script (i.e. value runtime). Available Processors () . Is there any existing property in which this value is or do I have to write custom ant function?

, a class is easy to write


Comments

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c# 3.0 - Issue with getting 2 chars from string using indexer -