On the "value error" issue, I suspect that BINPATH is not defined by the j ole server. You may write a simple script to test this, or append the following in the very beginning of your standalone script as a workaround.

3 : 0 ''
notdef=. 0: ~: 4!:0 @ <
PATHSEP_j_=: '/\'{~6=9!:12''
if. notdef 'BINPATH' do.
  BINPATH_z_=: ({.~ i:&PATHSEP_j_) >@{.4!:3 ''
end.
''
)

--
regards,
bill
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to