Fedora: Uninstall Java JDK 1.8 and install Oracle Java 1.7.15
Hi All,
I have just downloaded fedora 27 iso and set it up in virtual box.
I want to learn Hadoop so trying to install Apache hadoop. Before all those I have to install Oracle Java 1.7.15 (as mentioned in the Apache hadoop page).
Can you please help me how to Uninstall currently installed Java JDK (1.8.XX) in install the new Oracle Java 1.7.15.?
Would be of great help if you can also share steps to intall hadopp, pig an hive in fedora.
Thank you. May I know where to learn all these commands please?
I want to learn basics like how to install, uninstall.
Where will the files get copied if i install., and other stuffs.
man pages is the best place to get started and to advance. lookup man pages for dnf. since dnf is an administrative command you always precede it with sudo when invoking.
man pages is the best place to get started and to advance. lookup man pages for dnf. since dnf is an administrative command you always precede it with sudo when invoking.
Install the required oracle java using rpm.
Using alternatives command as superuser one can change the default java used.
Bare in mind, that perhaps some programs on the system rely on open java, so above change could affect those.
One could also download only required oracle java as compressed archive with all binaries and libraries required.
Create a user on the system which will utilize that java environment.
Unpack the archive under /opt/orajava (for instance)
As root, chown /opt/orajava to user created.
Setup required java options in user home directory profile file (JAVA_HOME etc.)
Configure kernel parameters for that user, depending on the application requirements/load (if applicable, defaults are often ok).
Above setup will have no effect on the system other then running new processes/code (load) under user created above and consuming disk space required.
What kind of required java type for installed?
which address link, i need to download the package.
i have zcat this version jdk-7-solaris-sparc.tar.Z and then installed each the packages with pkgadd -d . , but my java version still java full version "1.5.0_24-b02".is it need doanything after... (1 Reply)
Are all of these java packages available for fedora? I use several VERY picky websites that want all of these packages to properly work.
sun-java6-jre sun-java6-bin sun-java6-jdk sun-java6-plugin sun-java6-fonts (1 Reply)
Hi Forum
Im a new to fedora and was wondering ,Can anybody direct me to a site that shows me how to install Java EE 6 SDK Update 1 (with JDK 6 Update 23) for fedora 14. NOT openjdk i need oracles java to develop a web app using tomcat 7.0
Any help would be much appreciated and thank you in advance (1 Reply)
For those of us who slept through the month of June, the OpenJDK 6 stack in Fedora was certified as TCK compliant. Meaning it can carry the “100% Java(TM)” moniker. Rich Sharples has a nice write-up (with a second part answering the blogosphere):
In June, 2007 - Red Hat launched the IcedTea... (0 Replies)