-
Hello,
this project hasn't been updated a long time but still most of it works. However, I found a problem using it as a dependency for a JavaFX program which I package with the Java tool jpackage.…
-
Command `poml -v` or `poml version` outputs null on Java 9. The command option `-v` or `version` outputs poml version on Java8.
`Java9`
```
>poml -v
null
```
`Java8`
```
>poml -v
1.1.…
-
### Description
When building Digital Connector with Java 9 build is failing.
Need to upgrade the platform in order to give Java 9 compatibility
### Error log
None
-
# ISSUE: Finalize is depricated since Java9
## Details
Because of problems described in finalize() documentation, this method should be removed from Builder class.
https://docs.oracle.com/j…
-
https://dev.to/wejdi_gh/how-java-has-advanced-in-the-past-6-years-from-java-8-to-java-15-4gj3
-
`URLClassLoader cl = (URLClassLoader)SWTLoader.class.getClassLoader();`
This is no longer supported in java9. See https://blog.codefx.org/java/java-9-migration-guide/#Casting-To-URL-Class-Loader f…
-
When attempting to build current master (642a46eb17e14f51272c6962e64e56e0960918af) with OpenJDK9 9~b80-2, it fails in Cobertura code coverage module with the following error message:
```
[ERROR] Fail…
-
Fix for #47 turned this off for the moment - it should be possible to simplify and detect if any sources are going to try to clobber `java.*` packages instead.
-
In order to use Jigsaw/the module system, we should write module definition files.
-
http://huzb.me/2018/04/11/Java9%E6%96%B0%E7%89%B9%E6%80%A7%E6%A6%82%E8%BF%B0/
昨天给云服务器装JDK,惊讶地发现版本已经更新到10。而我还停留在Java9刚刚发布的错觉中,深感自己和时代脱轨。这是我从IBM developerWorks中文社区找到的Java9新特性概述,是我在网上能找到的比较详细描述Java9新特…