-
写了一个简单的demo,就是打印hello world,发现用jdk8加密后的包,只能用jdk8运行,用jdk9加密后的包,也只能用jdk8跑。
否则会报错:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by io.xjar.reflection…
-
Tried installing as per instructions, having previously ran it on another computer using Anaconda.
```
(base)` C:\Users\Tommie>git clone https://github.com/SpencerPark/IJava.git
Cloning into 'I…
-
because tryParse isn't a thing now, I wonder if we can have JSON.parse[@@customMatcher] to allow matches JSON structure inside a string.
```ts
({data: '{"x": 1}'}) is { data: JSON.parse({ x: 1 }) …
-
@cschneider @reta either of you know a workaround to what seems to be a Java 11 related hang after pax? the tests actually succeed..
```
[INFO] ----------------------------------------------------…
-
Awesome package, many thanks for making it public.
I'm playing with the examples, and everything works.
One minor comment: "transmission" and "vacuum" are nouns, while "reflective" is an adjective. …
-
as today, we only have `loader.import('./foo.js').then(m => {...})`, which is reflective to `import * as m from "./foo.js"`, as we discussed earlier today, we might need to provide reflection for the …
-
When you use the version converter on a Static Cubemap Texture (e.g. materials/metal/black_wall_envmap_002a from Portal 2), the result is a corrupted VTF (as stated by VTFEdit Reloaded). It doesn't op…
-
Hi,
I am seeing an error in PeptideShaker 2.0.0.
```
Sat Nov 07 14:05:13 PST 2020 PeptideShaker process completed.
Sat Nov 07 14:05:13 PST 2020 Processing Completed.
WARNING: An illegal refl…
-
We're ready to release 0.10.0! Please see the PR that contains an updated [CHANGELOG](https://github.com/ouster-lidar/ouster_example/pull/563/commits/877a79158458b4888650b9e87ea0f03094f4f10a#diff-2c62…
-
We upgraded to the latest release of rhino and i did see that rhino did had some patches to get around the problem of accessing stuff of modules that are not public api of that module.
We had a patch…