| | |
| | | String value; |
| | | // Use this instead of Installation.getLocal() because making that call |
| | | // starts a new JVM and the command-line becomes less responsive. |
| | | String root = Utils.getInstallPathFromClasspath(); |
| | | String installPath = Utils.getInstallPathFromClasspath(); |
| | | String root = Utils.getInstancePathFromClasspath(installPath); |
| | | if (root != null) |
| | | { |
| | | String libDir = Utils.getPath(root, Installation.LIBRARIES_PATH_RELATIVE); |
| | |
| | | String defaultPropertiesValue; |
| | | // Use this instead of Installation.getLocal() because making that call |
| | | // starts a new JVM and the command-line becomes less responsive. |
| | | String root = Utils.getInstallPathFromClasspath(); |
| | | String installPath = Utils.getInstallPathFromClasspath(); |
| | | String root = Utils.getInstancePathFromClasspath(installPath); |
| | | if (root != null) |
| | | { |
| | | String configDir = Utils.getPath(root, Installation.CONFIG_PATH_RELATIVE); |