Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Select settings
  • Select the development tab
  • Select Studio projects
  • The following screen should appear

     
     
  • Select method of authentication 
  • Enter the URL of the Studio Management Service
  • Enter username and password
  • Press check connection to see if the connection is working
  • If so press save

Java

  • Press save and close window
  • Your Studio projects should be visible in the development dashboard

Java development.properties

You can configure a Studio connection via the development.properties file. This file is located in your Aquima home directory. 

Code Block
### Studio connectivity Studio 8+ ###
# Authentication can be NTLM, NTLM_CUSTOM or BASIC
studio8.description=Studio Projects
studio8.prefix=Studio
studio8.authentication=BASIC
studio8.url=http://localhost:8097/aquima/studio/ManagementService
studio8.domain=
studio8.username=admin
studio8.password=welcome

 todo

.NET

todo

 

Start a project via a shortcut

...

Info

Please note this option is only available in the Java runtime

Java

todo

.NET

todo

Export a project

...