LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installing J2 SDK .bin in Suse 10.0 (https://www.linuxquestions.org/questions/linux-software-2/installing-j2-sdk-bin-in-suse-10-0-a-443008/)

stormyk88 05-09-2006 01:05 AM

Installing J2 SDK .bin in Suse 10.0
 
So I dl'ed the package, did chmod +x, and now have a folder wih a bunch of files in it. Where do I go from here? Do I have enough to to install the program? I now have a folder by the same name. Thanks from a noob.:confused:

bigrigdriver 05-09-2006 08:07 PM

When you make the .bin file executatle and install it, it's all there.

Find the executables and run Java from the command line.

The only thing left to do is to research the websites for your favorite browsers to find out how to link them to the new Java installation.

drkstr 05-09-2006 09:45 PM

I would also suggest adding the java bin directory to your PATH:
Code:

PATH=$PATH:/<java install DIR>/bin
export PATH

test to see if you java instalation is good with 'java -version'

regards,
...drkstr


All times are GMT -5. The time now is 03:37 AM.