New Features - Version 7.0
Introduction
Entity-Relationship Modeler
Debugger Support
    MS SQL Server Debugger
    DB2 for LUW Debugger
New DBA Tools
    DB2 for LUW DBA Tools
    MySQL DBA Tools
Charts Toolkit for Grids & Pivot Grids
Enhanced Visual Editing
    Multiple Selection Scripting
    Quick Filtering and Sorting
    Table Visual Editor
New Database Vendors and Versions
    Apache Derby
    DB2 for iSeries
International Localization
Application-level Enhancements
    Pivot Grid Enhancements
    Windows Launcher
    Logging Enhancements
    Server Registration Enhancements
Smarter SQL, HTML, XML & Text Editors
Enhanced Tools
    Schema Script Generator
    Server Script Generator
    Object Search
    Table Data Editor
    Query Builder
    ER Diagram Generator
    Explain White Board
Redesigned Compare Tools
    Schema Compare
    Directory Compare
Version Control

Windows Launcher

A new Windows launcher lets you set Aqua Data Studio’s launching configuration, including memory allocation, heap size, etc. This can be accomplished by editing the datastudio.ini file.

Windows Installer

 

 Default INI file for Aqua Data Studio:

# JVM Properties
vm.location=.\jre\bin\client\jvm.dll

# Specify a proportion of the available physical memory to use (ie. relates to -Xmx arg). 
# For example, vm.heapsize.max.percent=75. Note that this will use the maximum memory possible.
#vm.heapsize.max.percent=
# Specify a proportion of the available physical memory to use as the minimum 
# starting heap size (ie. relates to -Xms arg).
#vm.heapsize.min.percent=

# Specify a preferred amount (in MB) for the heap size (ie. relates to -Xmx arg). If this amount
# is not available it will use the maximum amount possible given the physical memory available.
#vm.heapsize.preferred=

# Specifies that only one instance of the product should run at any given time
single.instance=window

vmarg.1=-Dsun.swing.enableImprovedDragGesture
vmarg.2=-Xmx256M
vmarg.3=-Di18n.test.mode=1

classpath.1=.\lib\*.jar
classpath.2=.\lib\drivers\*.jar
classpath.3=.\lib\jide\*.jar
classpath.4=.\lib\jinterop\*.jar
classpath.5=.\lib\ssh2\*.jar
classpath.6=.\lib\nb\*.jar
classpath.7=.\lib\nb\eapi\*.jar
classpath.8=.\lib\nb\mlkup\*.jar
classpath.9=.\lib\nb\msc\*.jar
classpath.10=.\lib\nb\pcore\*.jar
classpath.11=.\lib\nb\ql\*.jar
classpath.12=.\lib\nb\tc\*.jar
classpath.13=.\lib\nb\v\*.jar
classpath.14=.\lib\nb\vapi\*.jar
classpath.15=.\lib\nb\xed\*.jar
classpath.16=.\lib\nb\gsf\*.jar

main.class=com.aquafold.datastudio.DataStudio
 


Documentation -> Windows Launcher