Searched refs:progPath (Results 1 – 2 of 2) sorted by relevance
132 String progPath = ( String )props.getProperty( key ); in validateCurrentUserDir() local133 if ( progPath != null ){ in validateCurrentUserDir()134 progPath = progPath + File.separator + "program"; in validateCurrentUserDir()136 File tmpFile = new File(progPath + File.separator + "oostubversion.txt"); in validateCurrentUserDir()
38 …private static boolean regSingletons( String path, String progPath, String opSys, JLabel statusLab… in regSingletons() argument47 env[0] = "LD_LIBRARY_PATH=" + progPath; in regSingletons()48 command.exec( "chmod a+x " + progPath + "regsingleton", null ); in regSingletons()49 …regCmd = progPath + "regsingleton " + path + "user" + File.separator + "uno_packages" + File.separ… in regSingletons()54 …regCmd = quotedString( progPath + "regsingleton.exe" ) + " " + quotedString( path + "user" + File.… in regSingletons()
Completed in 9 milliseconds