LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 04-29-2004, 11:54 AM   #1
d1ny3
Member
 
Registered: Apr 2004
Location: Sweden
Distribution: Mandrake 10.00
Posts: 43

Rep: Reputation: 15
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.
 
Old 04-29-2004, 03:48 PM   #2
clarks
Member
 
Registered: Aug 2003
Location: Georgia, US
Distribution: Ubuntu 7.10 - "Gutsy Gibbon"
Posts: 107

Rep: Reputation: 15
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.
 
Old 04-30-2004, 08:24 AM   #3
d1ny3
Member
 
Registered: Apr 2004
Location: Sweden
Distribution: Mandrake 10.00
Posts: 43

Original Poster
Rep: Reputation: 15
The url you gave me doesnt work. It links to www.microsoft.com
 
Old 04-30-2004, 08:29 AM   #4
clarks
Member
 
Registered: Aug 2003
Location: Georgia, US
Distribution: Ubuntu 7.10 - "Gutsy Gibbon"
Posts: 107

Rep: Reputation: 15
Try copying and pasting this link:

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

This should work.
 
Old 04-30-2004, 08:38 AM   #5
d1ny3
Member
 
Registered: Apr 2004
Location: Sweden
Distribution: Mandrake 10.00
Posts: 43

Original Poster
Rep: Reputation: 15
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. ;/
 
Old 04-30-2004, 09:00 AM   #6
d1ny3
Member
 
Registered: Apr 2004
Location: Sweden
Distribution: Mandrake 10.00
Posts: 43

Original Poster
Rep: Reputation: 15
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
 
Old 04-30-2004, 09:08 AM   #7
clarks
Member
 
Registered: Aug 2003
Location: Georgia, US
Distribution: Ubuntu 7.10 - "Gutsy Gibbon"
Posts: 107

Rep: Reputation: 15
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.
 
Old 04-30-2004, 09:11 AM   #8
d1ny3
Member
 
Registered: Apr 2004
Location: Sweden
Distribution: Mandrake 10.00
Posts: 43

Original Poster
Rep: Reputation: 15
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 ?
 
Old 04-30-2004, 09:15 AM   #9
Padma
Member
 
Registered: Aug 2003
Location: Omaha, NE, USA
Distribution: PCLinuxOS 2007
Posts: 808

Rep: Reputation: 30
Don't type "run".

Just type: ./j2sdk-1_4_2_04-nb-3_6-bin-linux.bin
 
Old 04-30-2004, 09:18 AM   #10
d1ny3
Member
 
Registered: Apr 2004
Location: Sweden
Distribution: Mandrake 10.00
Posts: 43

Original Poster
Rep: Reputation: 15
hehe 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
"
 
Old 04-30-2004, 09:21 AM   #11
clarks
Member
 
Registered: Aug 2003
Location: Georgia, US
Distribution: Ubuntu 7.10 - "Gutsy Gibbon"
Posts: 107

Rep: Reputation: 15
Beat me to the punch, Padma!
 
Old 04-30-2004, 09:32 AM   #12
d1ny3
Member
 
Registered: Apr 2004
Location: Sweden
Distribution: Mandrake 10.00
Posts: 43

Original Poster
Rep: Reputation: 15
What ? ? ?
 
Old 04-30-2004, 09:35 AM   #13
Padma
Member
 
Registered: Aug 2003
Location: Omaha, NE, USA
Distribution: PCLinuxOS 2007
Posts: 808

Rep: Reputation: 30
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.
 
Old 04-30-2004, 09:37 AM   #14
Padma
Member
 
Registered: Aug 2003
Location: Omaha, NE, USA
Distribution: PCLinuxOS 2007
Posts: 808

Rep: Reputation: 30
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 ) in no time!
 
Old 04-30-2004, 09:48 AM   #15
d1ny3
Member
 
Registered: Apr 2004
Location: Sweden
Distribution: Mandrake 10.00
Posts: 43

Original Poster
Rep: Reputation: 15
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
thanx
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
New Linux Comunity - Help Needed :) RestInPieces General 27 04-01-2005 01:18 AM
Mandrake 10.1 and Java amigatec Mandriva 8 01-04-2005 04:51 PM
java on mandrake irish rebel Linux - Software 0 06-05-2004 09:49 AM
either the whole linux comunity is stupid, or i am ! qwijibow Linux - Software 14 05-25-2004 04:43 PM
mandrake 10 comunity: dhcp conenction setup not working djfm Linux - Networking 0 03-21-2004 01:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 05:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration