Config - ZeeUTao/zi_labrad GitHub Wiki
General
File path
We recommend to map an folder to M as your workspace by
subst m: %cd%
and revert it by
subst m: /d
Note that the path of the folded cannot have some special symbol, like space. A path contains only English letters and underline _
is a good choice.
labrad issues
Java_home
Directory of Java8 should be added in environment variable, as the key of JAVA_HOME
.
path not exist
Exception in thread "main" java.sql.SQLException: path to 'C:\Users\user_name\.labrad\users.sqlite': 'C:\Users\zeeut\.labrad' does not exist
When your computer firstly run labrad, you may meet such error. There are two solutions
- run
scalabrad-0.8.3\bin\labrad.bat
directly with Administrator permissions, which will create a folderC:\Users\user_name\.labrad
. - Or you can create
C:\Users\user_name\.labrad
manually.