LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   help please (https://www.linuxquestions.org/questions/linux-newbie-8/help-please-399418/)

my_aro 01-04-2006 08:09 AM

help please
 
im a total newbie in linux ubuntu, i wanna install j2eesdk and i got a .bin file thru Sun but the problem is how to install it?? can somebody help me step by step please...:scratch:

lucktsm 01-04-2006 08:21 AM

You can install it by doing an su to root. Then chmod 700 [onyourbin.bin].

Once you make it executable simply execute it ./yourbinfile.bin

G'luck

my_aro 01-04-2006 09:02 AM

but.. it gives me this error...

./j2eesdk-1_4_02_2005Q2-linux.bin: error while loading shared libraries: libstdc ++-libc6.2-2.so.3: cannot open shared object file: No such file or directory


how can i resolve this??

XavierP 01-04-2006 09:22 AM

The error refers to a libraru you are missing. Track don and install libstdc for your distribution and retry the install. Linux will always give youa usable error message.

Mishra100 01-04-2006 10:09 AM

With Ubuntu, you can use the great application called "apt". Find documentation (probably on this site) about how to configure your apt to download from a unstable source. Look for that library with apt
apt-cache search <whatever>

then use

apt-get install <whatever>

and you are good to go. I'm sure you can find plenty of documentation on how this process works.

farslayer 01-04-2006 10:30 AM

You could consult the wonderful Ubuntu Guide..
http://ubuntuguide.org/#jre

if you actually want the java software developmewnt kit (sdk) instead of the java runtime environment (jre) it should be a similar procedure..

an alternate method which should work for the sdk as well is listed here:
http://help.ubuntu.com/starterguide/C/ch03s02.html

Digital Surgeon 01-04-2006 06:38 PM

for .bin files
make them executable by
cmod a+x filename.bin
then
./filename.bin

I have never used ubuntu linux but I have gotten that error b4, this way never fails for me

my_aro 01-05-2006 07:25 AM

im so sorry but still same error that im gettin...

chmod a+x j2eesdk-1_4_01_2005Q1-linux.bin
./j2eesdk-1_4_01_2005Q1-linux.bin

same message...

./j2eesdk-1_4_01_2005Q1-linux.bin: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory

Digital Surgeon 01-05-2006 11:40 AM

lib
 
Ok just go on your cd and look to install your library


All times are GMT -5. The time now is 08:24 PM.