All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-java] Trying to update openjdk-7 to icedtea 2.5.4 and jdk75b13
@ 2015-04-01 15:19 Sven Ebenfeld
  2015-04-01 15:25 ` Otavio Salvador
  2015-04-01 17:17 ` Max Krummenacher
  0 siblings, 2 replies; 18+ messages in thread
From: Sven Ebenfeld @ 2015-04-01 15:19 UTC (permalink / raw)
  To: openembedded-devel

Hi,

I'm currently trying to update openjdk-7 to the current icedtea-release.
I'm getting as far as to the compile step which fails during a run of rmic.
In difference to earlier builds, it tries to run the just compiled
rmic java-classes.

The bootstrap jdk6 complains about incompatible class version.
"Exception in thread "main" java.lang.UnsupportedClassVersionError:
sun/rmi/rmic/Main : Unsupported major.minor version 51.0"

That is correct as the build process compiles these classes with
"-source 7" and "-target 7".
Currently I don't really know how to fix this problem. Atm I guess I
would need to add a jdk6 bootstrap version of rmic. Can anyone give me
a hint how to fix this problem?

If someone wants to have a look at my work and try themselves, I've
quickly posted it to github:
https://github.com/esven/meta-java/tree/jdk_update/

(Just the last one dirty commit)

Cheers,
Sven


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2015-04-14 19:57 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-01 15:19 [meta-java] Trying to update openjdk-7 to icedtea 2.5.4 and jdk75b13 Sven Ebenfeld
2015-04-01 15:25 ` Otavio Salvador
2015-04-01 20:02   ` Sven Ebenfeld
2015-04-01 17:17 ` Max Krummenacher
2015-04-01 20:04   ` Sven Ebenfeld
2015-04-02 18:28     ` Max Krummenacher
2015-04-02 20:25       ` Sven Ebenfeld
2015-04-03  1:56         ` Otavio Salvador
2015-04-03  8:07           ` Sven Ebenfeld
2015-04-03 18:18             ` Otavio Salvador
2015-04-03 20:24               ` Sven Ebenfeld
2015-04-04 19:27                 ` Otavio Salvador
2015-04-07  9:41                   ` Sven Ebenfeld
2015-04-07 13:17                     ` Otavio Salvador
2015-04-13  7:38                       ` Sven Ebenfeld
2015-04-13 12:27                         ` Otavio Salvador
2015-04-14  3:46                           ` Khem Raj
2015-04-14 19:57                             ` Sven Ebenfeld

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.