Home    sqlDESKTOPserver    Main features     Key Benefits        Download sqlDESKTOP  3.00 (FREE)  Download sqlDESKTOPserver 1.10(Free)   

   Organize photos     Data security   What's new   Review         Press release   Order the network version                           French version

Download and try sqlDESKTOPserver Release 1.10 (Windows or Linux)     

You don't need sqlDESKTOPserver for the single user version. For the multi user network version, install sqlDESKTOPserver on the server and sqlDESKTOP on each user desktop.

Select the distribution file corresponding to the OS of your server. You can run sqlDESKTOPserver on Linux, Windows XP, Windows 2000, Windows 2003 .

For your convenience, JAVA, DERBY - CLOUDSCAPE database and sqlDESKTOPserver are bundled into the same distribution file. The JAVA VM bundled with the distribution file will be used exclusively by sqlDESKTOPserver and will not interfere with any other JAVA VM of your system.  

Windows system 

America:  Right click here and download install.exe (39 MB)

Europe:  Right click here and download install.exe (39 MB).

Please use a Download Manager if your Internet connexion is not reliable. Download Managers are pieces of third-party software that make it possible to resume and/or schedule interrupted downloads.

CNET's DOWNLOAD.COM  or FreewareFiles  FreewareFiles.com - Thousands of Free Software Downloads. Updated Daily!

can provide you with a list of the most popular products.

Listed below are popular tools that can often improve the ease and reliability of downloading software on the Internet. The effectiveness of these tools may vary based on numerous factors.

Product OS Browser File Size License
Download Accelerator Windows 95/98/Me/XP MSIE, Netscape 1.1MB Free
GoZilla Free Windows 95/98/NT/2000/XP MSIE, Netscape 2.2MB Free
FlashGet Windows 95/98/NT/2000/XP MSIE, Netscape 1.3MB Free
Net Vampire Windows 95/98/NT MSIE, Netscape 824KB Free
Download Wonder Windows 95/98/NT MSIE, Netscape 1.2MB Free

 

If you don't want to download, click here to order a CD  . You will find on the CD: 

- the distribution file for Windows (sqlDESKTOP and sqlDESKTOPserver) 

- the distribution file for Linux (sqlDESKTOP and sqlDESKTOPserver) 

- the Back up pack

- user manual in pdf format (sqlDESKTOP and sqlDESKTOPserver) 

 

LINUX System     

Click here to download a tarball distribution file.

If you have root access click here to download a rpm distribution file

(Please note that you have to deploy sqldesktopserver into the directory /opt/sqldesktopserver - write permission into /opt is required)

 

If you want to deploy into another place, use the following Java powered installation file.

Right click on the following file and download onto a temporary directory. Open a shell window, cd to the temporary directory and launch install.bin (sh ./install.bin) . 

America: install.bin (39 MB)

Europe: install.bin (39 MB)

Next install also sqlDESKTOP on the server to enable the verify back up feature.

sqlDESKTOPserver requires libstdc++-libc6.1-1.so.2 . If libstdc++-libc6.1-1.so.2 is missing on your system, install this library first (see below). 

If you don't want to download, click here to order a CD    . (You will get on the CD the distribution for Windows, the distribution for Linux,  the back up pack and  user manual in pdf format).

How to launch sqlDESKTOPserver

open a shell console 

cd  /opt/sqldesktopserver

and enter the following command:

./sqlDESKTOPserver


Notes:

The JVM bundled with sqlDESKTOPserver requires   libstdc++-libc6.1-1.so.2 .

If you don't have this librairy, please create in /usr/lib a symlink to a compatible library installed in your system:

 ln -s <your compatible library> libstdc++-libc6.1-1.so.2
ldconfig

If you don't have a compatible library, click here to download libstdc++-2-libc6.1-1-2.9.0.so into /usr/lib and enter the following commands:

 ln -s libstdc++-2-libc6.1-1-2.9.0.so libstdc++-libc6.1-1.so.2
ldconfig