报错:
ERROR Failed to compile with 1 error 下午1:45:19
error in ./src/assets/styles/element-variables.scss
Syntax Error: TypeError: this.getOptions is not a function
@ ./src/assets/style...
报错:
ERROR Failed to compile with 1 error 午11:47:18
error in ./src/assets/styles/fat.scss
Syntax Error: Error: Node Sass does not yet support your
current environment: Windows 64-bit
with...
答案:不可以;
原因:
java运行在虚拟机上,无法直接操作硬件,在start方法中调用了本地方法start0,通过C++操作
源码:public synchronized void start() {
/**
* This method is not invoked for the main method thread or "system"
...