Question:
how to download java api on my desktop?
J K
2010-08-16 19:55:19 UTC
I am trying to download Java APIs on my desktop, so that I dont have to go online all the time to look for API. how caN I download APIs on my desktop, so that it looks exactly like online ?

Please provide me complete link and instructions to download. I tried to look on java.sun.com, but could not find correct link there. I believe its on this site only.

Thanks.
Three answers:
anonymous
2016-10-17 02:21:05 UTC
properly, first, i might have reccomended downloading JDK a million.5 yet... 2d, you will desire to set the path and classpath environmental variables in homestead windows. once you have finished that, you could open a DOS shell to get a command line and type > javac MyApp.java > java MyApp I mentioned putting a dazzling click selection in homestead windows so which you will open a DOS shell to any folder you dazzling click on. Addendum: dazzling click 'My pc' choose properties on the backside, then stepped forward Tab, then Environmental Variables button. To the device EnVars you will desire to append a path the JDK's javac region. If there isn't already a classpath, upload one to the person vars - classpath=.; you would be able to would desire to Google putting-up classpath and path in homestead windows. This the source of a great variety of frustration for brand spanking new Java programmers on homestead windows. or in simple terms acquire NetBeans Java IDE.
♫♪♫♪♫♪♫♪
2010-08-16 19:56:59 UTC
1. Full set of required patches needed for support of this release is installed. Recommended and required patches are available for download from SunSolve web site:

J2SE Cluster Patches for Solaris

2. Check Solaris Font Package Requirements Java 6.0 Font Package Requirements

3. Installing the 64-bit JDK for the Solaris operating system on SPARC, x64, and EM64T platforms is a two-step process. These steps can be performed in either order, but you must install the following bundles together:

Install solaris-i586 (32-bit) with solaris-amd64 (64-bit)

4. Install solaris-sparc (32-bit) with solaris-sparcv9 (64-bit)

5. Install the 32-bit JDK using the 32-bit JDK Installation Notes.

6. Install the supplemental files for 64-bit support using the following 64-bit installation instructions.





Installation Instructions



Use the following instructions to install the 64-bit supplement for Java. The download file is a self-extracting binary file.



Note: For any text on this page containing the following notation, you must substitute the appropriate Java update version number for the notation:



For example, if you are installing Java 6 update 2, the following command:

chmod +x jre-6u-solaris-sparcv9.sh



would become:



chmod +x jre-6u-solaris-sparcv9.sh



Note: The jre-6u-solaris-amd64.sh installer provides support for all processors that support the x64-bit extensions to the Intel x86 architecture, including EM64T.



1. Download the self-extracting binary and check the file size to ensure that you have downloaded the full, uncorrupted software bundle.



You can download to any directory you choose; it does not have to be the directory where you want to install Java.



2. Before you download the file, notice its byte size provided on the download page on the web site. Once the download has completed, compare that file size to the size of the downloaded file to make sure they are equal.



3. Make sure that execute permissions are set on the self-extracting binary:



On SPARC processors: chmod +x jre-6u-solaris-sparcv9.sh

On x64/EM64T processors: chmod +x jre-6u-solaris-amd64.sh





4. Change directory to the same directory from where you ran the self-extracting binary for the 32-bit install.



This is the directory that contains the jre-6u directory of the 32-bit Java. The next step installs Java into the current directory.



5. Run the self-extracting binary.

Execute the downloaded file, prepending the path to it. For example, if the downloaded file is in the current directory, prepend it with './ '
PC User Mk II
2010-08-16 20:29:07 UTC
I *think* this is it. Not sure. Will download myself and update...

https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jdk-6u21-docs-oth-JPR@CDS-CDS_Developer



edit: Oh yes, there it is. I could use it too, lol.



@Glo: What kind of robot answerer are you? That's completely irrelevant to the question.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...