Posted: Fri Dec 28, 2012 5:26 am Post subject: Accessing Global environment ArrayList Variables from JCN..
Newbie
Joined: 11 Dec 2012 Posts: 8
Any Idea how to read Envrionment Variables Array from java compute node which are assigned in Compute node ?. For example...
Code:
ComputeNode:
SET Environment.Variables.NameArr[1]= 'Name1';
SET Environment.Variables.NameArr[2] = 'Name2';
SET Environment.Variables.NameArr[3] = 'Name3';
SET Environment.Variables.NameArr[4] = 'Name4';
Posted: Fri Dec 28, 2012 5:53 am Post subject: Re: Accessing Global environment ArrayList Variables from JC
Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
bpkumar2 wrote:
Any Idea how to read Envrionment Variables Array from java compute node which are assigned in Compute node ?. For example...
Code:
ComputeNode:
SET Environment.Variables.NameArr[1]= 'Name1';
SET Environment.Variables.NameArr[2] = 'Name2';
SET Environment.Variables.NameArr[3] = 'Name3';
SET Environment.Variables.NameArr[4] = 'Name4';
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum