-
Notifications
You must be signed in to change notification settings - Fork 479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问项目还有在维护吗?官网上的下载地址 http://dl.mycat.org.cn/2.0/
不可用
#816
Comments
试了改hosts同样 不能下载 |
改 hosts 是不了避免 DNS 污染不能使用,现在的问题不是污染,是目标地址无法访问,可能服务已经下线了 |
javafx.geometry.Pos 的问题是不是因为 JDK 版本导致的,你用的什么版本的 JDK,是 Oracle 还是 OpenJDK 的发行版本? |
> java -version
openjdk version "1.8.0_392"
OpenJDK Runtime Environment (build 1.8.0_392-bre_2023_10_20_14_50-b00)
OpenJDK 64-Bit Server VM (build 25.392-b00, mixed mode) 使用 Mac 的 HomeBrew 测试过最新的 JDK,我记得是不行的,特意换了 |
使用 Oracle JDK 编译,亲测有效,macOS 可以使用 jenv、sdkman、环境变量等管理多 jdk 版本环境以及自由切换。 |
现在只能通过源码编译了吗? |
停止维护了吧? |
好长时间不能访问了,看来是没人维护了吗? |
停止维护了 |
官网上的下载地址
http://dl.mycat.org.cn/2.0/
不可用,只能用源码编译吗?现在
main
分支还发现了以下问题:parent
,hbt
,pattern
几个 module 中的 lombok 版本已经不兼容了,需要升级到1.18.30
版本;assistant
module pom 缺少 JavaFX 的依赖,需要添加:assistant
module 中的io.mycat.ui.chart.LongTextFieldChart
中的import javafx.geometry.Pos;
编译报错:Compilation failure 错误: 无法访问Pos
;其中 1、2、3 已经解决了,4 目前没有办法,请问有什么支持方式吗?
The text was updated successfully, but these errors were encountered: