* java installation
@ Juan Hernandez
` Alex Snow
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Juan Hernandez @ UTC (permalink / raw)
To: speakup
ello, I just downloaded the j2se .bin file from java.sun.com, I wanted to know how do I install this type of package? Thanks
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: java installation
java installation Juan Hernandez
@ ` Alex Snow
` Tom and Esther Ward
` William F. Acker WB2FLW +1-303-722-7209
2 siblings, 0 replies; 5+ messages in thread
From: Alex Snow @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
just execute it in the directory you want java to be unpacked into and
then add the $java_home/bin to your path.
On Tue, Jan 13, 2004 at
07:07:46AM -0800, Juan Hernandez wrote:
> ello, I just downloaded the j2se .bin file from java.sun.com, I wanted to know how do I install this type of package? Thanks
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
--
Always borrow money from a pessimist; he doesn't expect to be paid
back.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: java installation
java installation Juan Hernandez
` Alex Snow
@ ` Tom and Esther Ward
` William F. Acker WB2FLW +1-303-722-7209
2 siblings, 0 replies; 5+ messages in thread
From: Tom and Esther Ward @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
To extract or unpack the contents of a bin file do a:
sh filename.bin
which will unpack rpm packages, or whatever is contained in that particular
archive.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: java installation
java installation Juan Hernandez
` Alex Snow
` Tom and Esther Ward
@ ` William F. Acker WB2FLW +1-303-722-7209
2 siblings, 0 replies; 5+ messages in thread
From: William F. Acker WB2FLW +1-303-722-7209 @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi,
You're best off using the file with rpm in its name, something like
j2sdk<something>rpm.bin
The Java bin files are just self extracting zip files, so you can do:
unzip j2sdk<somethingrpm.bin. That'll give you an RPM file that you can
install in the usual way. rpm -iv <file>
Then, create a file called /etc/profile.d/java.sh with the following
contents.
export JAVA_HOME=/usr/java/j2sdk1.4.2
export PATH=$JAVA_HOME/bin:$PATH
As you can see, it's version specific. I believe that 1.4.2 is the
latest.
HTH.
--
Bill in Denver
On Tue, 13 Jan 2004, Juan Hernandez wrote:
> ello, I just downloaded the j2se .bin file from java.sun.com, I wanted to know how do I install this type of package? Thanks
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* java installation
@ Juan Hernandez
0 siblings, 0 replies; 5+ messages in thread
From: Juan Hernandez @ UTC (permalink / raw)
To: orca-list, speakup
Hi All,
I am trying to install java 8 on my ubunto 15.04 box.
I have done the following
Apt-get update
Add-apt-repository ppa:webupd8team/java
Apt-get update
Apt-get install oracle-java8-installer
When running this last line, I get the error message:
Sha256sum mismatch jdk-8u45-linux-x64.tar.gz
Dpkg: error processing package oracle-java8-installer configure
Oracle jdk 8 is not installed
And some other messages about returning an error code 1
I am just trying to install jdk8 on my ubunto box. Any help would be
greatly appreciated.
Best,
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
java installation Juan Hernandez
` Alex Snow
` Tom and Esther Ward
` William F. Acker WB2FLW +1-303-722-7209
Juan Hernandez
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).