Jump to content



Welcome to AstaHost - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!

Toggle shoutbox Shoutbox Open the Shoutbox in a popup

@  agyat : (26 May 2013 - 08:25 AM) And Need Some Suggestion To Start A Ball Roll Here.
@  agyat : (26 May 2013 - 08:24 AM) Nothing Special For The Day. What About You?
@  yordan : (25 May 2013 - 09:50 PM) Hi, Agyat What's New?
@  yordan : (25 May 2013 - 07:59 PM) Yay, Shoutbox Is Back! Yahooo!
@  agyat : (24 May 2013 - 05:15 PM) O Dear, Where Are You? Without Your Words This Sb Is ..
@  agyat : (23 May 2013 - 01:23 AM) Wow! Mr. Sb Back Home.
@  OpaQue : (23 May 2013 - 12:44 AM) Ting
@  OpaQue : (24 April 2013 - 02:44 PM) I guess, Time to run Mycent script.
@  OpaQue : (24 April 2013 - 02:43 PM) wow.. not much spam. except habatt posting lot of links.. :P
@  yordan : (23 April 2013 - 01:04 PM) You're welcome, agyat. Nice to have been helpful. Second lesson: try full words, "you" instead of "EW".
@  agyat : (23 April 2013 - 05:03 AM) @YORDAN: tHANK EW FOR YOUR FIRST LESSON.   :D
@  yordan : (22 April 2013 - 09:43 PM) @agyat : "why don't you help me", or "please help me", or "please teach us"
@  yordan : (22 April 2013 - 09:42 PM) welcome back, velma
@  velma : (22 April 2013 - 07:51 AM) **yawns** Good to be back, wonder what is going on here :)
@  agyat : (22 April 2013 - 03:50 AM) Oh! so, why don't help me learn english..
@  yordan : (21 April 2013 - 08:38 PM) The goal mentioned by shiu : "learning english, learning computer"
@  agyat : (21 April 2013 - 06:31 PM) WHAT GOAL?
@  yordan : (20 April 2013 - 10:39 AM) yes, that's our goal. simultaneouly learning English and teaching/learning computer using.
@  shiyu : (20 April 2013 - 07:30 AM) learning english,learning computer
@  yordan : (19 April 2013 - 01:11 PM) Oh, I see, it's just a trick in order to force people looking at your texte. Somehow smart, maybe.

Replying to Install Jdk1.5.0 Under Fedora Core 4


Post Options

    • Can't make it out? Click here to generate a new image

  or Cancel


Topic Summary

xboxrulz

Posted 09 August 2005 - 11:44 PM

I just noticed this but, Jedipi, NEVER EVER RUN ROOT AS YOUR REGULAR DAY USER, IT MAY CAUSE YOUR MACHINE TO PRACTICALLY EXPLODE IF YOU ACCIDENTALLY DELETE SOMETHING!

xboxrulz

BabyTux

Posted 09 August 2005 - 10:09 AM

CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar


Is it ok to set classpath like that? I've seen many people set it this way:
CLASSPATH=.:$JAVA_HOME/jre/lib

hatim

Posted 25 July 2005 - 05:00 PM

Well it doesn't look too hard to do, but what advatages does 1.5.0 bring that aren't present in 1.4.x ? Is there anything that is so urgent that we can't wait for pre packaged RPMs.

<{POST_SNAPBACK}>


Well JDK 1.5 has a thing called generaic which is similar to STL. Also the JRE has improved UI and Performance ..especially the JNLP aka Java Web Start.

It has its advantages ..but I think Java 1.4 will stick around for another year or so in both JDK and JRE ..

What do you people think..

qwijibow

Posted 25 July 2005 - 12:58 PM

only redhat based package managed distro's can properly use RPM's. that is one reason.
anouther is that version 1.5 has a 64bit version available.

madcrow

Posted 25 July 2005 - 11:13 AM

Well it doesn't look too hard to do, but what advatages does 1.5.0 bring that aren't present in 1.4.x ? Is there anything that is so urgent that we can't wait for pre packaged RPMs.

jedipi

Posted 25 July 2005 - 06:59 AM

Install jdk1.5.0 under Fedora core 4

I used to use JDK1.4.2.
However JDK 1.5.0 was released long time ago.
Today, I got it updated.

Here are the steps for newbies:

1. Download Jdk1.5.0. This is a must :). Everone know where to get it.
anyway, here is the address:
http://java.sun.com/....0/download.jsp
The newest version is JDK 5.0 Update 4.
you can choose Linux self-extracting file or Linux RPM in self-extracting file.
For me, I use Linux self-extracting file (jdk-1_5_0_04-linux-i586.bin)

2. Change the directory to where you save the .bin file.
then run/execute it.
terminal@console

./jdk-1_5_0-linux-i586.bin

A directory jdk1.5.0_04 will be extracted automatically.
After that, move the directory jdk1.5.0_04 to /usr/local/. Easy!!??

3.Setup evironment variable.
For normal user, you need to edit your user profile
it locates in your home directory, ~/.bashrc
use you favorite text editor to open it, and add the follow content into it.
JAVA_HOME=/usr/local/jddk1.5.0_04
PATH=$PATH:$JAVA_HOME/bin
CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar
export JAVA_HOME PATH CLASSPATH

4.install java plugin for firefox
terminal@console
ln -s /usr/local/dk1.5.0_04/jre/plugin/i386/ns7/libjavaplugin_oji.so /root/.mozilla/plugins/ 

Review the complete topic (launches new window)