Hi,
On 12/05/2016 08:42 AM, Alan Bateman wrote:
On 05/12/2016 07:21, Remi Forax wrote:
Hi,
Object.class.getClassLoader().getResourceAsStream(Object.class.getName().replace('.',
'/') + ".class")
should work across all jdks.
This should work as before (ignoring the issue that
Object.class.ge
On 06/12/2016 02:07, Ess Kay wrote:
Are there any code snippets anywhere that demonstrate using Java 9's
jrt-fs.jar from within Java 8 to access Java 9 java.lang.Object?
Cannot find any using Google. Struggling to make this work.
Here's a code fragment that reads the bytes for java/lang/Obje
Are there any code snippets anywhere that demonstrate using Java 9's
jrt-fs.jar from within Java 8 to access Java 9 java.lang.Object? Cannot
find any using Google. Struggling to make this work.
On Mon, Dec 5, 2016 at 6:42 PM, Alan Bateman
wrote:
> On 05/12/2016 07:21, Remi Forax wrote:
>
> Hi,
On 05/12/2016 07:21, Remi Forax wrote:
Hi,
Object.class.getClassLoader().getResourceAsStream(Object.class.getName().replace('.',
'/') + ".class")
should work across all jdks.
This should work as before (ignoring the issue that
Object.class.getClassLoader() will return null :-))
However, as
t; Envoyé: Lundi 5 Décembre 2016 05:16:18
> Objet: Re: Reading bootstrap class bytecode from Java 7
> Hi,
>
> http://openjdk.java.net/jeps/220 clearly states this:
>
> "For tools that support the development of code for JDK 9 but which
> themselves run on JDK 8, a copy of
Hi,
http://openjdk.java.net/jeps/220 clearly states this:
"For tools that support the development of code for JDK 9 but which
themselves run on JDK 8, a copy of this filesystem provider suitable for
use on JDK 8 will be placed in the root directory of JDK 9 run-time
images, in a file named |jrt-f