Giter VIP home page Giter VIP logo

Comments (2)

vlaaad avatar vlaaad commented on June 16, 2024

I tried this project.clj file and it worked. What leiningen version are you using?

~/Projects/lein-repro> cat project.clj 
(defproject ui "0.1.0-SNAPSHOT"
  :description "FIXME: write description"
  :url "http://example.com/FIXME"
  :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
            :url "https://www.eclipse.org/legal/epl-2.0/"}
  :dependencies [[org.clojure/clojure "1.11.1"]
                 [cljfx "1.7.22"]]
  :main ^:skip-aot ui.core
  :target-path "target/%s"
  :profiles {:uberjar {:aot :all
                       :jvm-opts ["-Dclojure.compiler.direct-linking=true"]}})

~/Projects/lein-repro> lein --version
Leiningen 2.9.8 on Java 18.0.1.1 OpenJDK 64-Bit Server VM

~/Projects/lein-repro> lein deps :tree
 [cljfx "1.7.22"]
   [cljfx "1.7.22" :classifier "jdk11"]
   [org.openjfx/javafx-base "17.0.2"]
     [org.openjfx/javafx-base "17.0.2" :classifier "mac-aarch64"]
   [org.openjfx/javafx-controls "17.0.2"]
     [org.openjfx/javafx-controls "17.0.2" :classifier "mac-aarch64"]
   [org.openjfx/javafx-graphics "17.0.2"]
     [org.openjfx/javafx-graphics "17.0.2" :classifier "mac-aarch64"]
   [org.openjfx/javafx-media "17.0.2"]
     [org.openjfx/javafx-media "17.0.2" :classifier "mac-aarch64"]
   [org.openjfx/javafx-web "17.0.2"]
     [org.openjfx/javafx-web "17.0.2" :classifier "mac-aarch64"]
 [nrepl "0.8.3" :exclusions [[org.clojure/clojure]]]
 [org.clojure/clojure "1.11.1"]
   [org.clojure/core.specs.alpha "0.2.62"]
   [org.clojure/spec.alpha "0.3.218"]
 [org.nrepl/incomplete "0.1.0" :exclusions [[org.clojure/clojure]]]

from cljfx.

lucasemmoreira avatar lucasemmoreira commented on June 16, 2024

Thank you for the fast response!

~> lein --version
Leiningen 2.10.0 on Java 11.0.16 OpenJDK 64-Bit Server VM

seems ok to me.

Hmm, could it be my OS? I am currently working on OpenBSD 7.2

from cljfx.

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.