Use Advanced Search to search the entire archive.
[jsr363-experts] Re: EDR doc
- From: Martin Desruisseaux <
>
- To:
- Subject: [jsr363-experts] Re: EDR doc
- Date: Mon, 15 Dec 2014 19:22:00 +0900
- Organization: Geomatys
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.
>
Well, that's quite it. From the presentation, I confirmed that we have
>
too much information spread all around: github, java.net
>
<http://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