aliyun / aliyun-odps-console

ODPS Console Source Code.
http://www.aliyun.com/product/odps
93 stars 26 forks source link

An illegal reflective access operation has occurred #2

Closed noscripter closed 6 years ago

noscripter commented 6 years ago

WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.aliyun.openservices.odps.console.utils.CommandParserUtils (file:/Users/NoScripter/Downloads/pkgs/odps/lib/odpsconsole.jar) to constructor java.io.FileDescriptor(int) WARNING: Please consider reporting this to the maintainers of com.aliyun.openservices.odps.console.utils.CommandParserUtils WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release Aliyun ODPS Command Line Tool Version 0.28.0

lyman commented 6 years ago

Java 9 issue. For now Java 7/8 is recommended, Java 9 adaption will be done in future release.