Home
last modified time | relevance | path

Searched refs:progPath (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/scripting/workben/installer/
H A DWelcome.java132 String progPath = ( String )props.getProperty( key ); in validateCurrentUserDir() local
133 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()
H A DRegister.java38 …private static boolean regSingletons( String path, String progPath, String opSys, JLabel statusLab… in regSingletons() argument
47 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 24 milliseconds