Deploying the standalone client
The QAnywhere standalone client is distributed in a separate dll file for .NET and a separate JAR file for Java:
- The .NET implementation is distributed in the dll iAnywhere.QAnywhere.StandAloneClient.dll and uses namespace iAnywhere.QAnywhere.StandAloneClient. See QAnywhere .NET API for clients (.NET 2.0).
- The Java implementation is distributed in the JAR file qastandaloneclient.jar and uses the package name ianywhere.qanywhere.standaloneclient. See QAnywhere Java API for clients.