LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   Java for mandrake 10.0 comunity (https://www.linuxquestions.org/questions/mandriva-30/java-for-mandrake-10-0-comunity-175975/)

d1ny3 04-29-2004 11:54 AM

Java for mandrake 10.0 comunity
 
Hello.
I have some big trouble with getting java to work on my computer, i have mandrake 10.0 community.
I have tryed following these steps, to step 2, cause they told me that the rpm is not nesecery., but they dont work for me "ln -s /usr/java/jdk(eller-jre)/bin/* /usr/java".

I use Mozilla Firefox 0.8. And i have tryed this to "http://wp.netscape.com/plugins/jvm.html".

And i have tryed this to "http://www.java.com:80/en/download/help/linux_install.jsp#install-pkg". Non of them works for me.

Please help me cause im getting relly angry here.

clarks 04-29-2004 03:48 PM

Try downloading the runtime environment (j2se jre)) here

http://java.sun.com/j2se/1.4.2/download.html

After installing, go to the plugin folder of java and choose the i386 folder. Once inside, choose the ns610-gcc32 folder.
Open a terminal and cd into .mozilla/plugins, the "ln -s" the libjavaplugin found in the above folder.

If this doesn't work try the libjava plugins from the other 2 folders, deleting the original plugin entry first.

d1ny3 04-30-2004 08:24 AM

The url you gave me doesnt work. It links to www.microsoft.com :(

clarks 04-30-2004 08:29 AM

Try copying and pasting this link:

http://java.sun.com/j2se/1.4.2/download.html

This should work.

d1ny3 04-30-2004 08:38 AM

I found it trough sun.com startpage. Anyway i havent tryed this one yet so i relly hope it will work. Cause nothing so far is working for me. I tryed to install nvidia drivers, didint work. ;/

d1ny3 04-30-2004 09:00 AM

I got this file "j2sdk-1_4_2_04-nb-3_6-bin-linux.bin"

How do i install it then ?
(im relly new to linux)
Should i open shell, cd into the folder its placed in, then what command ?
Thanx alot

clarks 04-30-2004 09:08 AM

You're on the right track.
1. cd to the folder it is in
2. run "./j2sdk-1_4_2_04-nb-3_6-bin-linux.bin" and let it go through its processes.

d1ny3 04-30-2004 09:11 AM

Got this message.

[root@h12n2fls35o858 Nerladdat]# run ./j2sdk-1_4_2_04-nb-3_6-bin-linux.bin
-bash: run: command not found

Whats wrong ?

Padma 04-30-2004 09:15 AM

Don't type "run". ;)

Just type: ./j2sdk-1_4_2_04-nb-3_6-bin-linux.bin

d1ny3 04-30-2004 09:18 AM

hehe :D ops.
Then i got "[root@h12n2fls35o858 Nerladdat]# ./j2sdk-1_4_2_04-nb-3_6-bin-linux.bin
-bash: ./j2sdk-1_4_2_04-nb-3_6-bin-linux.bin: Permission denied
"

clarks 04-30-2004 09:21 AM

Beat me to the punch, Padma!

d1ny3 04-30-2004 09:32 AM

What ? ? ?

Padma 04-30-2004 09:35 AM

d1ny3: you need to give yourself execute permissions on the file. ;) The simplest way to do that is to just type

chmod +x j2sdk-1_4_2_04-nb-3_6-bin-linux.bin

If that command gives you a similar "permission denied"-type error, then type "su" and enter the password to become root, and repeat the chmod command.

Padma 04-30-2004 09:37 AM

Quote:

Originally posted by d1ny3
What ? ? ?
clarks was here helping you. I didn't notice, and jumped in and posted an answer before he did. ;)

I'm sure that between us, we'll have you straightened out (or totally confused :scratch: ) in no time! :D

d1ny3 04-30-2004 09:48 AM

Thanx alot guys, took 1 week for the guys on the irc channel to explain, but it stil ddint work.

But now it does. I'll try to follow clarcs steps now :D
thanx


All times are GMT -5. The time now is 12:26 AM.