answersLogoWhite

0

The Java 'this' installation package allows one to create installation programs for their Java based applications. One can download the program from Java.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Supermost package of java?

The supermost package of Java is the "java" package.


How do you install java in Aix?

To install Java on AIX, first download the appropriate IBM Java Development Kit (JDK) or Java Runtime Environment (JRE) package from the IBM website. Once downloaded, transfer the package to your AIX system and navigate to the directory containing the installer. Use the command installp -acgXd <package_name> <package_id> to install the package, replacing <package_name> and <package_id> with the actual file name and installation identifier. After installation, set the JAVA_HOME environment variable to point to the installation directory, and update your PATH variable to include the Java bin directory.


What is a collection of related classes called in java?

a package


Why we are not explicitly importing java.lang package?

Because, the java.lang package contains some of the most commonly used classes and utility functions of Java. As a result, almost all classes will be using some or all of those features. So, the creators of Java automatically imported this package in every class that you create to avoid the explicit import action for java developers


What is a default package in Java?

A default package is a package with no name. You can create a Java class without putting package name on top of the code. This class is included in the "default package". Be careful not to be confused with java.lang, which is a package that contains Java's fundamental classes and get's imported by default.


Which package is inbuilt in java API?

The java.lang package is automatically imported for you.


What is user define package?

A user defined package is a package outside of the standard Java libraries.


What is the library in java which does not need to be imported?

The java.lang package in Java is automatically imported for you.


Import a package second time in Java?

You can import a package as many times as you want in Java. The compiler will just ignore any duplicates.


Is it possible to draw in java without using applet?

Yes it is possible to draw in java by using AWT package. or by using javax package.


How do you complie package in java?

You use javac <filename> to compile a class or package.


How do you install java in bharat operating system solutions linux?

To install Java on Bharat Operating System Solutions (BOSS) Linux, first, open the terminal. You can use the package manager by executing the command sudo apt-get update followed by sudo apt-get install default-jdk to install the default Java Development Kit. After installation, verify it by running java -version in the terminal. If you need a specific version, you can download it from the Oracle website or use a PPA for installation.