サンプル・ファイル WSGrid.native.job には、java MyTestMain を呼び出すネイティブ実行ジョブの 単一ステップの定義に必要なプロパティーが示されています。
# Specify name by which this job is known job-name=TestMain # specify optional application name - if not specified, defaults to job-name # for native jobs, the only purpose for application-name is to optionally # identify eligible target nodes for executing this job. See article on requirements-based # job scheduling to learn more application-name=MyTestMain # specify required name of target executableexecutable=java # specify optional command line argument sarg-line=MyTestMain # specify optional environment variables set before executable invoked # multiple env-var properties may be set env-var.CLASSPATH=/u/joeuser/classes env-var.PATH=/usr/lpp/java/bin
WSGrid WGrid.cntl WSGrid.native.job