有没有一种方法可以忽略Java命令行中带有Java 11的this.setState(({
filter // destructure the original state and extract the filter property
}) => ({
filter: {
...filter, // spread the existing filter properties
[filtervalue]: !filter[filtervalue] // overwrite the property that changed
}
}))
标志,同时删除它,以便同一命令行可以用于Java 8和Java 11?
我使用的命令行与ALPN相同。
-Xbootclasspath/p
我收到以下错误消息。
java -Xbootclasspath/p:/.m2/repository/org/mortbay/jetty/alpn/alpn-boot/8.1.12.v20180117/alpn-boot-8.1.12.v20180117.jar -jar the-bundle.jar
我已经尝试了-Xbootclasspath/p is no longer a supported option.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
,但没有成功(出现相同的错误)。