Use Advanced Search to search the entire archive.
[jsr363-experts] Re: EDR doc
- From: Werner Keil <
>
- To: "
" <
>
- Subject: [jsr363-experts] Re: EDR doc
- Date: Mon, 15 Dec 2014 11:46:04 +0100
On Mon, Dec 15, 2014 at 11:22 AM, Martin Desruisseaux <
>
wrote:
>
>
Hello Leonardo
>
>
Le 04/12/14 22:07, Leonardo Lima a écrit :
>
>
We compiled the API using the Java ME 8.1 SDK. That's when the Locale
>
problem showed up and I then realized that if we really want to target ME,
>
we should compile using Java ME tools. I don't have enough maven experience
>
to know how to do that using Maven, but clearly even compiling with Java
>
1.5 JDK allowed "bad ME code" through (the Locale).
>
>
Do you have something equivalent to the "rt.jar" file on a Java ME 8.1? On
>
J2SE, the "rt.jar" contains all JDK classes. If there is something
>
equivalent on JavaME, we can specify it to the javac compiler through the
>
"bootstrap" option.
>
>
You normally compile ME code with the normal JDK.
E.g. until ME Embedded 8.1 Preview (I have not looked into the JARs of the
8.1 Final) it said "JDK 1.7"
>
Well, that's quite it. From the presentation, I confirmed that we have
>
too much information spread all around: github, java.net, the JCP page,
>
old domain pages, old mailing lists. I think we should work during the F2F
>
to trim this a little and deprecate some of the old stuff.
>
>
I agree with that. Me too I'm sometime lost between the various site and
>
mailing list...
>
>
Martin
>
Werner