Page 1 of 1

Problems identified so far with 4.1 RC3 OSX version

Posted: 09 May 2014, 02:26
by apanoia
Hi rednoah,

as support for Java 6 was dropped from Filebot 4.1 since RC2 and OSX comes with Java 6 as default, Apple not offering any other option, I was forced to install Java 7 JRE from Oracle itself in my OSX computer.

So far, some things needed in order to make it work as expected:
  • FileBot Gui --> xattr -d com.apple.quarantine FileBot.app/Contents/MacOS/JavaAppLauncher
  • filebot command line -->
    1. Convert EOL from Windows to Unix, I used SublimeText --> View --> Line Endigs for doing so
    2. edit or create ~/.bash_profile and add JAVA_HOME pointing to Java 7 JRE, for example,

      Code: Select all

      export JAVA_HOME=/Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/
    3. source ~/.bash_profile for immediate effect

Re: Problems identified so far with 4.1 RC3 OSX version

Posted: 09 May 2014, 02:56
by rednoah
svn changed the line endings to windows on my build machine on update... fixed and and uploaded the new app bundle.

Thanks for reporting!