ElanMac_3-7-2.sh?
Up one level
ElanMac_3-7-2.sh?
The instructions on how to solve the Cocoa/QT issue in the new version of ELAN state that "A similar change can be made to the launch script, e.g. "ElanMac_3-7-2.sh", which is also in the ELAN install folder." I have already applied the fix using DPreferredMediaFramework=QT, but this has not fixed our offset issues (which I mentioned in a previous thread). What should I change in ElanMac_3-7-2.sh? I tried changing JavaCocoaQTMovieView.jar to JavaQTMovieView.jar, but this did not seem to have any affect.
Re: ElanMac_3-7-2.sh?
I'm sorry, I assumed that there already was a "-DPreferredMediaFramework" flag in the script, but there isn't.
You can insert the "-DPreferredMediaFramework=QT" parameter in the last line of the script, between "-DQTNoSleepTime=true" and "-classpath ..." so that you have something like this:
"... -DQTNoSleepTime=true -DPreferredMediaFramework=QT -classpath $CLASSPATH..."
-Han