Searched refs:officeExecutable (Results 1 – 1 of 1) sorted by relevance
781 String officeExecutable = ""; in validateAppExecutionCommand() local786 officeExecutable += commandTokens.nextToken() + " "; in validateAppExecutionCommand()787 index = officeExecutable.indexOf(officeExecCommand); in validateAppExecutionCommand()794 officeExecutable = officeExecutable.trim(); in validateAppExecutionCommand()795 String officePath = officeExecutable.substring(0, index); in validateAppExecutionCommand()802 f = new File(officeExecutable); in validateAppExecutionCommand()805 f = new File(officeExecutable + ".exe"); in validateAppExecutionCommand()
Completed in 39 milliseconds