X_Y_ZZ = Latest build version
UPDATING ON WINDOWS
-------------------
1. Rename your C:/Program Files/Aqua Data Studio/lib/ads.jar file to ads_old.jar
(or ads_oldversion.jar).
2. Download "http://download.aquafold.com/download/v6.5.0/ads-X.Y.ZZ-patch.zip" and copy the contents of the unzipped directory into
C:/Program Files/Aqua Data Studio/lib/
3. Run Aqua Data Studio through your shortcut or datastudio script.
UPDATING ON LINUX
-------------------
1. Download "http://download.aquafold.com/download/v6.5.0/ads-X.Y.ZZ-patch.zip"
2. Unzip and copy the contents of the included directory
2. You may then paste its contents into your [DATASTUDIO_INSTALL]/lib/ directory, overwriting the same named files.
UPDATING ON OSX
-------------------
I. OSX GUI
----------
1. Download "http://download.aquafold.com/download/v6.5.0/ads-X.Y.ZZ-patch.zip"
unzip and copy contents of the directory
2. Find your current Application icon of Aqua Data Studio
Right click on it and select "view package contents"
Go to Contents/Resources/Java/
Drag the contents of ads-X.Y.ZZ-patch.zip into it and "replace" when you get a prompt.
II. OSX Command Line
-----------------------
1. Download "http://download.aquafold.com/download/v6.5.0/ads-X.Y.ZZ-patch.zip" on your Desktop.
3. Unzip its contents
2. Open a terminal window and issue the following copy command ...
If Aqua Data Studuio is located on your Desktop ...
==> cp -R ~/Desktop/ads-X.Y.ZZ-patch/ ~/Desktop/"Aqua Data Studio.app"/Contents/Resources/Java/
If Aqua Data Studuio is located in your Applications folder ...
==> cp -R ~/Desktop/ads-X.Y.ZZ-patch /Applications/"Aqua Data Studio.app"/Contents/Resources/Java/
|