# squirrel-sql **Repository Path**: zhouwenke/squirrel-sql ## Basic Information - **Project Name**: squirrel-sql - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-12 - **Last Updated**: 2026-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #SQuirreL SQL Client ## Build instructions SQuirreL SQL uses an Ant based build system, see http://ant.apache.org/. To build SQuirreL you need to download Ant version 1.9.3 or higher from here: http://ant.apache.org/bindownload.cgi Then open a cmd/shell window and change directory to `/sql12/`. Form there execute `/bin/ant`. This will generate the directory `/sql12/output/` where all the build artefacts (installer jars, plainzip packages) are placed. The build script itself is located at `/sql12/build.xml` and contains a few more than 200 lines of code. With the restructuring of the build system came a new directory structure: * `/sql12/core/`: Contains the code of SQuirreL's base application.. * `/sql12/plugins/`: Contains all Plugins. * `/sql12/launcher/`: Contains the basis of SQuirreL's start scripts in a way they are needed for building the installer packages. * `/sql12/plainZipScript/`: Scripts for plain zip distributions. If copied to the launcher directory these scripts are able to start SQuirreL without installation. ## Hints for developers * Use `/sql12/output/dist/` as SQuirreL's home directory (command line: `-home /sql12/output/dist/`). * Put the files in `/sql12/core/lib` in your classpath * In case you want to work with the Look & Feel Plugin put the files contained in `/sql12/pluins/laf/` and `/sql12/pluins/skinlf-theme-packs/` in your classpath * SQuirreL's source code is in `/sql12/core/src/` and `/sql12/plugins//src/`