JRE 6.0 update 1 for Solaris 10 sparc 64 bit

Will jre 6.0 come out as a patch for Solaris 10 sparc? Or should I install it from the Java download site (http://www.java.com/en/download/manual.jsp)? I currently have jre 5.0.11 (patches 118666-11 and 118667-11).Thanks.....
[239 byte] By [sparcmastera] at [2007-11-27 3:17:50]
# 1

> Will jre 6.0 come out as a patch for Solaris 10

> sparc? Or should I install it from the Java download

> site (http://www.java.com/en/download/manual.jsp)? I

> currently have jre 5.0.11 (patches 118666-11 and

> 118667-11).

>

> Thanks.....

118666 is a solaris patch, not a JRE patch. JRE does not come in a Solaris patch format. It comes in Solaris packae format or binary format. [sunw* packages, once you download and extract the tar bundle from the download website] If you need jre6, yes you will have to download it.

madhurada at 2007-7-12 8:20:27 > top of Java-index,Desktop,Runtime Environment...
# 2

Obviously, the patches are for Solaris, but they are for jre updates. These updates are available as binary downloads, AND as solaris patches. My question was whether or not jre 6.0 will eventually be available through the Sun Update Connection/Patch Manager.

If I download and install the jre 6 binary, should I remove all my patches related to 1.5.0.x first? I am sure that jre/jdk 6.0 will be bundled with the next release of Solaris 10, but until then, what is the recommended procedure for moving a Sol 10 sparc system from 1.5.0.x to 6.0?

sparcmastera at 2007-7-12 8:20:27 > top of Java-index,Desktop,Runtime Environment...
# 3
Oops. I meant jre 5.0.x, not 1.5.0.x.
sparcmastera at 2007-7-12 8:20:27 > top of Java-index,Desktop,Runtime Environment...
# 4

> Will jre 6.0 come out as a patch for Solaris 10

> sparc? Or should I install it from the Java download

> site (http://www.java.com/en/download/manual.jsp)? I

> currently have jre 5.0.11 (patches 118666-11 and

> 118667-11).

Yes, it's out for 6u1, or should be out by now, as sparc (125136-01 & 125137-01)

and x86 (125138-01 & 125139-01).

You cannot patch your way from 5.0 to 6. You need to install the 6 packages, and then you can install the 6u1 patch.(or you could just install the 6u1 packages, and patch from that point onward).

As to the later question, yes, there isn't a formal JRE patch, but SUNWj6rt is essentially the runtime component of the JDK, so if you just had SUNWj6rt & SUNWj6cfg installed, you would have the equivalent of a JRE, though it still would be installed in a JDK directory.If you have just those two packages installed, then you could use 125136-01 as a JRE patch, since it will only update what installed. Oh yes, I forgot about the 64bit component to the runtime, SUNWj6rtx.If you intend on running the JRE in 64bit mode (-d64), you'd need SUNWj6rtx as well.

Dave

Sun Microsystems

Message was edited by:

katleman

katlemana at 2007-7-12 8:20:27 > top of Java-index,Desktop,Runtime Environment...
# 5
Thank you, Dave! I think I'll install the 32 and 64-bit j6u1 patches you mentioned, and then patchrm all the patches related 5.0.x to save space. Does that make sense to you?
sparcmastera at 2007-7-12 8:20:27 > top of Java-index,Desktop,Runtime Environment...
# 6

Installing the 6u1 patches is just fine.As far as removing the 5.0 based patches, I wouldn't recommend that. If you're hard up for diskspace, I'd suggest the route of backing out the 5.0 patches, removing the 5.0 packages, reinstall the latest 5.0 update 11 (tar.Z bundles). Your system will grok as if you've patched your way to 5.0u11, and you'll be able to apply future 5.0 patches.

katlemana at 2007-7-12 8:20:27 > top of Java-index,Desktop,Runtime Environment...
# 7
Thank you, katleman. jdk1.5.0.10 is that most recent jdf 5 version to download, so I installed it and patched to 1.5.0.11. Solaris Management Console and Sun Studio 11 are NOT compatible with jdk6. If I keep 1.5.0.11 and install jdk6u1, will SMC and Sun Studio 11 still work?
sparcmastera at 2007-7-12 8:20:27 > top of Java-index,Desktop,Runtime Environment...
# 8

Never mind. Stupid question. With both jdk5u11 and jdk6u1 installed, /usr/java still points to jdk5u11, so smc and Sun Studio both still work.

However, jds-help and jdshelp (what is the difference?) both crash immediately, whereas yelp and gnome-help both work. Any ideas what is causing the crashes? The error seems to be related to java virtual machine (libjvm).

sparcmastera at 2007-7-12 8:20:27 > top of Java-index,Desktop,Runtime Environment...
# 9

All I see, with respect to jdshelp problems involving vm crashes was an issue that was reported two years ago against an internal build in which the JavaHelpSearch index was corrupted (but gnome-help continued to work) and the JavaHelpSearch directory was removed and regenerated with jhindexer. But I don't see anything since that internal build on that topic.

I'm afraid my area of expertise is around packaging, patches and installs, and not with JavaHelp.

katlemana at 2007-7-12 8:20:27 > top of Java-index,Desktop,Runtime Environment...
# 10
Thank you very much for the info! I appreciate your help.
sparcmastera at 2007-7-12 8:20:27 > top of Java-index,Desktop,Runtime Environment...