Re: [osol-help] JRE

2010-01-14 Thread Anon Y Mous
Yeah, it would help if you explained what the application was that you were trying to run and how you were trying to run it. I'm thinking maybe you're trying to run a Java application through firefox and you don't have the firefox java plugin enabled? -- This message posted from opensolaris.org

Re: [osol-help] JRE

2010-01-14 Thread BM
On Thu, Jan 14, 2010 at 6:43 AM, B wrote: > Thanks again system5...The CLI confirms > JRE installed but it is not functioning on > programs that require it...Not sure why Hey, dude, none of us owns a Magic Crystal Ball stolen from a Saruman's tower to use telepathic ability to read your mind

Re: [osol-help] JRE

2010-01-13 Thread B
Thanks again system5...The CLI confirms JRE installed but it is not functioning on programs that require it...Not sure why -- This message posted from opensolaris.org ___ opensolaris-help mailing list opensolaris-help@opensolaris.org

Re: [osol-help] JRE

2010-01-12 Thread Anon Y Mous
JRE should usually already be installed in any of Sun's versions of OpenSolaris. What do you get as output for the "java -version" command at the command line? It should look something like this: r...@solarisunix:~# java -version java version "1.6.0_13" Java(TM) SE Runtime Environment (build 1.6

Re: [osol-help] JRE

2010-01-12 Thread Leslie H Wood
It should be in your path by default and this assume your applications do not require an older version of Java to work. motie:/home/lw ->which java /usr/bin/java motie:/home/lw ->java -version java version "1.6.0_13" Java(TM) SE Runtime Environment (build 1.6.0_13-b03) Java HotSpot(TM) Server V

Re: [osol-help] JRE

2010-01-12 Thread B
That is odd because I tried two applications that require JRE and neither work 100%. I even went to JRE download site to have it automatically detect the version and it says something like nothing installed. I did think that having it install by default in opensolaris would be a natural, though

Re: [osol-help] JRE

2010-01-12 Thread Chavdar Ivanov
It is installed by default: o130esx4# java -version java version "1.6.0_17" Java(TM) SE Runtime Environment (build 1.6.0_17-b04) Java HotSpot(TM) Server VM (build 14.3-b01, mixed mode) This is on a brand-new installation I just did of o130esx4# cat /etc/release OpenSola

Re: [osol-help] JRE

2010-01-12 Thread Tomas Bodzar
Check with this switch : $ java -version java version "1.6.0_16" Java(TM) SE Runtime Environment (build 1.6.0_16-b01) Java HotSpot(TM) Client VM (build 14.2-b01, mixed mode, sharing) I don't know right now if it's installed by default, but it's in repository for sure http://pkg.opensolaris.org/

[osol-help] JRE

2010-01-11 Thread B
Hi, I am running dev_130. I have an application that requires JRE...I guess this doesn't have it out of the box? If so, what is the easiest way to get the latest version and to install it properly. Sorry another newbie question -- This message posted from opensolaris.org __

[osol-help] JRE

2010-01-11 Thread B
Hi, I am running dev_130. I have an application that requires JRE...I guess this doesn't have it out of the box? If so, what is the easiest way to get the latest version and to install it properly. Sorry another newbie question -- This message posted from opensolaris.org __