LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Java runtime environment (https://www.linuxquestions.org/questions/linux-newbie-8/java-runtime-environment-354999/)

Ab3n 08-19-2005 03:37 PM

Java runtime environment
 
I'm trying to install Java runtime environment on my debian machine and have downloaded the .bin file, but have no idea where to go from there...I tried apt-get, but it "could find the package".

saman007uk 08-19-2005 03:48 PM

You have to execute the binary file.
Code:

chmod +x file.bin
./file.bin

If you have Debian, there are some Java debian pacjages, you just have to search for them google. Java is not included in the official Debian repositories since it's commercial software.

comprookie2000 08-19-2005 03:49 PM

Did you see this;
http://www.java.com/en/download/help...selfextracting

leonscape 08-19-2005 03:50 PM

Try the following commands, you probably have to be root.

chmod u+x theedownloadedfile.bin
./thedownloadedfile.bin

Ab3n 08-19-2005 03:50 PM

thanks a ton!

Mara 08-19-2005 03:50 PM

.bin file is a binary (executable). Just run it (or if it's not executable run chmod a+x filename.bin before).


All times are GMT -5. The time now is 06:28 PM.