| org.netbeans.installer.utils.system.launchers.impl.CommonLauncher org.netbeans.installer.utils.system.launchers.impl.ShLauncher
All known Subclasses: org.netbeans.installer.utils.system.launchers.impl.CommandLauncher,
DEFAULT_UNIX_RESOURCE_SUFFIX | final public static String DEFAULT_UNIX_RESOURCE_SUFFIX(Code) | | |
MIN_JAVA_VERSION_UNIX | final public static String MIN_JAVA_VERSION_UNIX(Code) | | Minimal supported Java version for the launcher.
Due to the URLConnection issues with "spaced" names set this value to 1.5.0_03
as these issues were fixed somewhere between Update 1 and Update 3.
Related issues:
5103449
6181108
6227551
6219199
4979820
|
SH_LAUNCHER_STUB | final public static String SH_LAUNCHER_STUB(Code) | | |
SH_LAUNCHER_STUB_NAME | final public static String SH_LAUNCHER_STUB_NAME(Code) | | |
getCommonSystemJavaLocations | protected String[] getCommonSystemJavaLocations()(Code) | | |
getExecutionCommand | public String[] getExecutionCommand()(Code) | | |
getI18NResourcePrefix | protected String getI18NResourcePrefix()(Code) | | |
Methods inherited from org.netbeans.installer.utils.system.launchers.impl.CommonLauncher | protected long addData(FileOutputStream fos, InputStream is, Progress progress, long total) throws IOException(Code)(Java Doc) protected long addData(FileOutputStream fos, File file, Progress progress, long total) throws IOException(Code)(Java Doc) protected void addData(FileOutputStream fos) throws IOException(Code)(Java Doc) protected long addString(FileOutputStream fos, String string, boolean isUnicode) throws IOException(Code)(Java Doc) protected long addStringBuilder(FileOutputStream fos, StringBuilder builder, boolean isUnicode) throws IOException(Code)(Java Doc) protected void checkAllParameters() throws IOException(Code)(Java Doc) protected void checkBundledJars() throws IOException(Code)(Java Doc) protected void checkCompatibleJava() throws IOException(Code)(Java Doc) protected void checkJvmFile() throws IOException(Code)(Java Doc) protected void checkOutputFileName() throws IOException(Code)(Java Doc) protected void checkParameter(String paramDescr, File parameter) throws IOException(Code)(Java Doc) protected void checkTestJVMFile() throws IOException(Code)(Java Doc) protected long getBundledFilesNumber()(Code)(Java Doc) protected long getBundledFilesSize() throws IOException(Code)(Java Doc) protected String getJavaCounter(int counter)(Code)(Java Doc)
|
|
|