Chris Burke wrote:

Joe had found a bug when plot was included in standalone applications run without the profile, see: http://www.jsoftware.com/pipermail/programming/2006-November/004005.html . This is fixed in the current library scripts (i.e. the JAL scripts).

I have 2 minor questions on JAL scripts, base library 6.1.19
1) in PM library tab, it offers "sysenv" to choose, but does PM already always include it when building scripts?

2) in regex, there is code
NB. rxdll should be in same directory as binaries
3 : 0''
select. UNAME
case. 'Win' do. t=. 'jpcre.dll'
case. 'Darwin' do. t=. 'libjpcre.dylib'
case. do. t=. 'libjpcre.so'
end.
rxdll=: '"',(_11 }. 1!:45''),t,'" '
)

1!:45 is the path of profile, may not be the same as the j.exe for standalone script if user starts it like
\myutil\j.exe -jprofile \myapp\foo.ijs

will it just ok to write
rxdll=: t,' '

this works if dll is in the same directory with j.exe or dll in the search path.

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

Reply via email to