Update FAQ.md

This commit is contained in:
f0ng
2022-05-24 17:10:56 +08:00
committed by GitHub
parent c8be3c5c00
commit b91cec2870

12
FAQ.md
View File

@@ -18,13 +18,5 @@
- 0x14 文件写入命令
# 3.python模块使用无动静
### 1)可能python地址没有填对这里可以python脚本模块进行查看异常情况如下
<img src="https://user-images.githubusercontent.com/48286013/143996179-71ed0999-ea92-4ab2-a251-c061fdb5a584.png" width="700" height="600" />
### 这种情况是由于左下角的python地址没有填对应该为python2修改完后记得点击修改按钮正常情况如下
<img src="https://user-images.githubusercontent.com/48286013/144005135-a0d6a9d7-379b-4c73-9905-87b1ab269ec9.png" width="700" height="600" />
### 2)可能由于一些依赖没装好,可以参考报错信息进行安装
# 3.无法找到主类错误: 找不到或无法加载主类 main.Main 原因: java.lang.NoClassDefFoundError: javafx/application/Application
### 使用JDK8启动即可