Code Monkey home page Code Monkey logo

Comments (8)

PC-Chiu avatar PC-Chiu commented on August 29, 2024 1

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,我记得是不行的,特意换了 openjdk@8 测试,也不行 时间有点久了,已经忘了 ...

使用 Oracle JDK 编译,亲测有效,macOS 可以使用 jenv、sdkman、环境变量等管理多 jdk 版本环境以及自由切换。

from mycat2.

onlycp avatar onlycp commented on August 29, 2024

试了改hosts同样 不能下载

from mycat2.

PC-Chiu avatar PC-Chiu commented on August 29, 2024

试了改hosts同样 不能下载

改 hosts 是不了避免 DNS 污染不能使用,现在的问题不是污染,是目标地址无法访问,可能服务已经下线了

from mycat2.

PC-Chiu avatar PC-Chiu commented on August 29, 2024

官网上的下载地址 http://dl.mycat.org.cn/2.0/ 不可用,只能用源码编译吗?

现在 main 分支还发现了以下问题:

  1. 不少 module 的 repository 的 http 已经不支持了,需要修改为 https 的,或者自己添加镜像源;
  2. parent, hbt, pattern 几个 module 中的 lombok 版本已经不兼容了,需要升级到 1.18.30 版本;
  3. assistant module pom 缺少 JavaFX 的依赖,需要添加:
<!-- https://mvnrepository.com/artifact/org.openjfx/javafx-controls -->
<dependency>
    <groupId>org.openjfx</groupId>
    <artifactId>javafx-controls</artifactId>
    <version>19</version>
</dependency>
  1. assistant module 中的 io.mycat.ui.chart.LongTextFieldChart 中的 import javafx.geometry.Pos; 编译报错:Compilation failure 错误: 无法访问Pos

其中 1、2、3 已经解决了,4 目前没有办法,请问有什么支持方式吗?

javafx.geometry.Pos 的问题是不是因为 JDK 版本导致的,你用的什么版本的 JDK,是 Oracle 还是 OpenJDK 的发行版本?

from mycat2.

icaics avatar icaics commented on August 29, 2024

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,我记得是不行的,特意换了 openjdk@8 测试,也不行
时间有点久了,已经忘了 ...

from mycat2.

Suponler avatar Suponler commented on August 29, 2024

现在只能通过源码编译了吗?

from mycat2.

betatoo avatar betatoo commented on August 29, 2024

停止维护了吧?

from mycat2.

nsy1989 avatar nsy1989 commented on August 29, 2024

好长时间不能访问了,看来是没人维护了吗?

from mycat2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.