| | |
| | | Set<String> notWorkingArgs = new HashSet<String>(); |
| | | |
| | | String installPath = getInfo().getServerDescriptor(). |
| | | getInstallPath().getAbsolutePath(); |
| | | getInstallPath(); |
| | | if (!Utils.supportsOption("", jvm, installPath)) |
| | | { |
| | | if (jvm == userJVM && !useSpecifiedJavaHome.isSelected()) |
| | |
| | | private String getPropertiesFile() |
| | | { |
| | | String installPath = getInfo().getServerDescriptor(). |
| | | getInstancePath().getAbsolutePath(); |
| | | getInstancePath(); |
| | | String propertiesFile = Utils.getPath( |
| | | Utilities.getInstanceRootDirectory(installPath).getAbsolutePath(), |
| | | Installation.RELATIVE_JAVA_PROPERTIES_FILE); |