Exporting a QuickTime movie with Ruby-Processing

懵懂的女人 提交于 2019-12-04 19:17:34

i guess you are running Mac OS.
In this case, you have to force your JVM in 32 bits mode. 2 possibilities:

  • go in Utilities > Java Preferences and drag the 32 bits line on top of the list. This should fix the problem.
  • OR grab the latest ruby-processing (gem install ruby-processing), and put the following lines in the YAML configuration file $HOME/.rp5rc

java_args: -d32

this will force the JVM in 32 bits mode.

hope this help.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!