Installation FAQ
Period04 only starts with an empty Window on Linux Systems when Desktop Effects are enabled:
- Open the file .bashrc in your home directory and add the line:
export AWT_TOOLKIT=MToolkit
Save and restart bash by typing 'bash'. This should make the Period04 Interface visible.
'JAVA_HOME missing' on Linux:
Period04 does not find JRE on Windows:
- If you haven't done so already, install Java (java.sun.com/getjava).
- If this message appears although Java is properly installed, then
the variable JAVA_HOME is still not defined on your system and/or the PATH variable does not contain the 'bin' directory of the JRE.
First locate the Java directory on your system (it usually contains the folders 'bin', 'jre', 'lib',...).
Then set or modify the required environment variables using the system properties dialog. After opening the dialog click the 'Environmental Variables' button and check the definitions of JAVA_HOME and PATH.
Use the 'New' or 'Edit' buttons to set or modify a variable.
The JAVA_HOME variable should be set to the directory that contains the 'bin', 'jre', 'lib' folders. Moreover, add "%JAVA_HOME%\bin" to your PATH variable.
|