Problems identified so far with 4.1 RC3 OSX version

All your suggestions, requests and ideas for future development
Post Reply
apanoia
Posts: 6
Joined: 26 Apr 2014, 23:08

Problems identified so far with 4.1 RC3 OSX version

Post 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
User avatar
rednoah
The Source
Posts: 23933
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Problems identified so far with 4.1 RC3 OSX version

Post 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!
:idea: Please read the FAQ and How to Request Help.
Post Reply