Searched refs:installPath (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/scripting/workben/installer/ |
H A D | IdeUpdater.java | 47 private String installPath; field in IdeUpdater 59 public IdeUpdater(String installPath, JLabel statusLabel, JProgressBar pBar) { in IdeUpdater() argument 61 if (installPath.endsWith(File.separator) == false) in IdeUpdater() 62 installPath += File.separator; in IdeUpdater() 65 File netbeansLauncher = new File( installPath + "bin" ); in IdeUpdater() 69 installPath = installPath +"modules" + File.separator; in IdeUpdater() 78 …System.out.println( "IdeUpdater installPath is " + installPath + " isNetbeansPath is " + isNetbean… in IdeUpdater() 79 this.installPath = installPath; in IdeUpdater() 147 if (!zd.extractEntry("ide/office.jar",installPath, statusLabel)) in run() 154 if (!zd.extractEntry("ide/idesupport.jar",installPath, statusLabel)) in run() [all …]
|
H A D | InstUtil.java | 163 File f = new File(installPath); in getNetbeansLocation() 224 String installPath = ""; in getNetbeansInstallation() local 233 installPath = s.substring( pathStart, s.length() ); in getNetbeansInstallation() 235 int pathEnd = installPath.indexOf( ";"); in getNetbeansInstallation() 237 installPath = installPath.substring( 0, pathEnd ) +File.separator; in getNetbeansInstallation() 243 installPath.trim(); in getNetbeansInstallation() 255 return installPath; in getNetbeansInstallation() 263 String installPath = ""; in getJeditInstallation() local 272 System.out.println( "installPath 1" + installPath ); in getJeditInstallation() 281 installPath.trim(); in getJeditInstallation() [all …]
|
H A D | FileUpdater.java | 29 public static boolean updateProtocolHandler( String installPath, JLabel statusLabel ) { in updateProtocolHandler() argument 37 …in_file = new File( installPath+File.separator+"share"+File.separator+"registry"+File.separator+"d… in updateProtocolHandler() 63 …out_file = new File( installPath+File.separator+"share"+File.separator+"registry"+File.separator+"… in updateProtocolHandler() 101 public static boolean updateScriptXLC( String installPath, JLabel statusLabel ) { in updateScriptXLC() argument 111 …in_file = new File( installPath+File.separator+"user"+File.separator+"basic"+File.separator+"scrip… in updateScriptXLC() 137 …out_file = new File( installPath+File.separator+"user"+File.separator+"basic"+File.separator+"scri… in updateScriptXLC() 151 …ry:library library:name=\"ScriptBindingLibrary\" xlink:href=\"file://"+installPath+"/share/basic/S… in updateScriptXLC() 177 public static boolean updateDialogXLC( String installPath, JLabel statusLabel ) { in updateDialogXLC() argument 186 …in_file = new File( installPath+File.separator+"user"+File.separator+"basic"+File.separator+"dialo… in updateDialogXLC() 212 …out_file = new File( installPath+File.separator+"user"+File.separator+"basic"+File.separator+"dial… in updateDialogXLC() [all …]
|
H A D | XmlUpdater.java | 40 private String installPath; field in XmlUpdater 110 …public XmlUpdater(String installPath, JLabel statusLabel,JProgressBar pBar, boolean netInstall, bo… in XmlUpdater() argument 111 this.installPath = installPath; in XmlUpdater() 177 … classesPath= installPath.concat(File.separator+"program"+File.separator+"classes"+File.separator); in run() 181 String progpath=installPath; in run() 186 String starBasicPath=installPath; in run() 190 String regSchemaOfficePath=installPath; in run() 202 String configPath=installPath; in run() 347 if(!Register.register(installPath+File.separator, statusLabel) ) { in run() 353 String path = installPath + File.separator + in run()
|
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/ |
H A D | SelectPathVisualPanel.java | 73 installPath.setText(orig.getPath()); in SelectPathVisualPanel() 105 installPath.setText(oi.getPath()); in installationsComboBoxActionPerformed() 118 installPath = new javax.swing.JTextField(); in initComponents() 135 installPath.setEditable(false); in initComponents() 142 add(installPath, gridBagConstraints); in initComponents() 202 installPath.setText(path); in browseButtonActionPerformed() 210 private javax.swing.JTextField installPath; field in SelectPathVisualPanel
|
Completed in 562 milliseconds