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
Post a Comment