Downloading of jdk complete..what next?
The jdk was downloaded as .bin
Running it as ./filename did not work.
Nor did just typing the filename.
Google gave the answer like this..
sh filename.bin
It worked!!
First the license agreement...
Pressed "Enter" a zillion times...:)
Now i type "yes" and press "Enter".
It worked!!
JDK was installed.
Output
Java(TM) SE Development Kit 6 successfully installed.
JDK never asks the user where to install the Jdk.
It installs itself in the same directory where the jdk installer was run..
Just remember that!!!
Running it as ./filename did not work.
Nor did just typing the filename.
Google gave the answer like this..
sh filename.bin
It worked!!
First the license agreement...
Pressed "Enter" a zillion times...:)
Now i type "yes" and press "Enter".
It worked!!
JDK was installed.
Output
Java(TM) SE Development Kit 6 successfully installed.
JDK never asks the user where to install the Jdk.
It installs itself in the same directory where the jdk installer was run..
Just remember that!!!
Comments
Post a Comment