Set the following environment variables:
setenv EDAUTILS_ROOT /home/user1/tooldir/DesignPlayer-linux.x86/01MAY2014set path = ( $EDAUTILS_ROOT/bin $path )
Also watch the online demo here.
In the DOS Shell Terminal:
set EDAUTILS_ROOT=D:\installations\DesignPlayer-win32.x86_64\01MAY2014set PATH="%path%;%EDAUTILS_ROOT%\bin"
Also watch the online demo here.
For Windows: Try the following command in Terminal (DOS shell) and then run the tool:
set JAVA_FLAGS=
For Unix/Linux:
unsetenv JAVA_FLAGS or setenv JAVA_FLAGS ""
Alternative Solution:
If you get "Error occurred during initialization of VM - Could not reserve enough space for object heap", open the setup_env.* file and reduce the MAXMEM variable value. Alternatively:
setenv MAXMEM 1024setenv JAVA_FLAGS " -ms5m -Xmx${MAXMEM}m "
If out-of-memory occurs during execution, increase MAXMEM value on a 64-bit machine:
setenv MAXMEM 6144setenv JAVA_FLAGS " -ms5m -Xmx${MAXMEM}m "
This problem may arise if Java is not in your path. Run 'java' in the terminal to check.
Fix: Copy JRE or install appropriate JRE for your platform inside the $EDAUTILS_ROOT/bin directory. Make sure the directory name is 'jre' (mandatory).
Execute the following command:
\rm -rf $EDAUTILS_ROOT/bin/configuration/org.eclipse.*
Also remove the directory named .edautils in your home area:
Windows: C:\Users\<your login username>\.edautils
Linux: $HOME/.edautils
Save the license in EDAUTILS_ROOT directory, HOME directory, or run directory.
For Linux:
setenv EDAUTILS_LICENSE_FILE /pkg/tools/DesignPlayer-linux.x86_64/26NOV2016/edautils.lic
For Windows: If problems persist, remove EDAUTILS_LICENSE_FILE setting and save the license file in HOME directory (C:\Users\<YourName>) and EDAUTILS_ROOT.
Alternative: Set EDAUTILS_LICENSE_KEY instead (do not set both simultaneously).
Open bin/DesignPlayer.ini or bin/UPFEditor.ini and increase the memory value:
-XX:MaxPermSize=2048M
(Increase from 1024 to 2048 or more as needed)
Still have questions? Contact our support team