Skip to main content
Skip table of contents

Getting Started with Fiorano eStudio

Contents

Launching eStudio

Navigate to $FIORANO_HOME/eStudio and run the eStudio executable file.

If eStudio file in $FIORANO_HOME/eStudio does not have executable permission, please use the following commands:

Unix

CODE
chmod +x $FIORANO_HOME/eStudio/eStudio

MAC

CODE
chmod +x $FIORANO_HOME/eStudio/eStudio.app/Contents/MacOS/eStudio

 

Setting JDK Version

Please make sure that $JAVA_HOME points to JDK 1.8 (or higher versions that is used).

To check the Java version, use the following command:

$JAVA_HOME/bin/java -version

Windows/Linux

To launch eStudio with a JDK version other than the default version in the system, perform the following actions:

  1. Open the eStudio.ini file by navigating through FIORANO_HOME/eStudio

  2. In the file, add the following lines one below the other (two different lines) as mentioned below:

    –vm 
     {JAVA_HOME}\bin 

    The option –vm has to be added above the "-vmargs" line 

Mac

Perform the following actions for Mac OS:

  1. Edit the "Info.plist" located in $FIORANO_HOME/eStudio/eStudio.app/Contents directory
  2. Add <string>-vm</string><string>JAVA_HOME/Contents/Home/jre/lib/server/libjvm.dylib</string> under the second array element and save the file.
  3. Run the script eStudio located in $FIORANO_HOME/eStudio/eStudio.app/Contents/Macos directory.
  • On Windows 7 and later, the user must have admin permissions for Fiorano Location to work with eStudio. If not, eStudio must be launched using the option “Run as Administrator”
  • Graphic providers like XServer should be enabled in the system from which eStudio is launched.

Solaris

To start eStudio in Solaris, use JDK 1.8, 32 bit.

Please follow the steps mentioned in the Windows/Linux section above.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.