|
From: Scott W. R. <sr...@in...> - 2004-04-01 20:01:22
|
Sorry if this is in the docs, I've been reading them and the issue of the PATH separator is noticibly absent. Sourceforge isn't allowing the user list to be searched right now... I need to set the PATH of the executing process to include a specific directory where some native libraries will be loaded from. This is necessary because one library that is loaded directly from Java code references other libraries that subsequently cannot be found if they are not in the PATH. i.e. setting java.library.path isn't enough. I want to do this: set.PATH=%PATH%;%MYAPP_HOME%/lib Does the Windows ';' path separator get translated correctly on UNIX systems to a ':'? Thanks, Scott |