Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8690539
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T23:55:24+00:00 2026-06-12T23:55:24+00:00

This is a noob question, so I’m sorry if I offend somebody. But how

  • 0

This is a noob question, so I’m sorry if I offend somebody.

But how do I install seesaw on a *nix computer?
Yes, I’ve read the README.MD file, but how does the project.clj know where to find the library jars (for seesaw for example)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T23:55:25+00:00Added an answer on June 12, 2026 at 11:55 pm

    Edit project.clj and add the dependency (the vector of project-identifying info and version) to the :dependencies vector in project.clj.

    The dependency declaration looks like this: [seesaw "1.4.2"] Which you find by searching for seesaw on http://clojars.org.

    Your project file should at minimum look something like:

    
    (defproject my-awesome-gui-application "0.1.0-SNAPSHOT"
      :description "FIXME: write description"
      :dependencies [[org.clojure/clojure "1.4.0"]
                     [seesaw "1.4.2"]])
    

    If you are using a newer version of leiningen you can type lein deps :tree to see your dependency tree. In other words you can see what libraries are actually being used, ie. the ones you declared and their transitive dependencies.

    
    $ lein deps :tree
     [org.clojure/clojure "1.4.0"]
     [seesaw "1.4.2"]
       [com.jgoodies/forms "1.2.1"]
       [com.miglayout/miglayout "3.7.4"]
       [j18n "1.0.1"]
       [org.fife.ui/rsyntaxtextarea "2.0.3"]
       [org.swinglabs.swingx/swingx-core "1.6.3"]
         [org.swinglabs.swingx/swingx-action "1.6.3"]
         [org.swinglabs.swingx/swingx-autocomplete "1.6.3"]
           [org.swinglabs.swingx/swingx-common "1.6.3"]
         [org.swinglabs.swingx/swingx-painters "1.6.3"]
         [org.swinglabs.swingx/swingx-plaf "1.6.3"]
    

    If you are using an older version of leiningen, type lein deps and look in ./libs to see what jars got fetched (newer versions of lein are smarter and use the jars in ~/.m2 directly instead of copying them into your project. The directory ~/.m2 is the location of your local Maven repository. Leiningen deals with Maven and downloads all the dependencies you’ve specified so that you don’t have to worry about Maven directly.)

    I mentioned Maven and your local maven repository in ~/.m2. With any luck you may never have to think about Maven at all (except perhaps browsing through maven central to look up Java libs to stick in your project.clj), but there are times when you might suspect that a jar was corrupted or something to that effect, and it is good to know that you can just blow away that state by deleting your .m2 repository.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am new to drupal, so sorry for this noob question, but I was
Sorry this is a noob question but if I only need some initial data
Sorry if this is a noob question, but I have been given the dubious
Hi Sorry for this noob question but here goes...i have a working slidetoggle on
Sorry if this is a noob question, but All my code is error-free and
Sorry if this is a noob question, but I get tripped up on some
This is a noob question, but I can't get Valum's Uploader to work no
Okay, I know this is a Noob question but I cant see to get
Real noob question no doubt, but I can't get my head around this behaviour.
Apologies if this is a slightly noob question, but looking to clarify my thoughts

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.