2010年10月の小ネタ
査読プロセスの円滑化のための「一言査読コメント」法 ![[id]](/img/id.png)
※この記事はエッセイのページに移動しました。
2010.10.1
Processing をホーム以外にアクセス権がない環境で使う方法 ![[id]](/img/id.png)
大学の Windows マシンなどで C:\Documents and Settings\All Users\Application Data などの共有ファイルにアクセス権がない場合に、Processing を立ち上げると
Processing cannot run because it could not create a folder to store your settings.
といったエラーメッセージを出力し、終了してしまう場合があります。こんな場合は、Processing のフォルダ内にある lib\preferences.txt を編集して設定を書き込むフォルダの場所を変更します。“settings.path” という項目があり、インストール直後は
#settings.path=data
settings.path=data
2010.10.31