Well I installed beta 7 on Windows 7 ultimate (x64) and found I still had exactly the same problem I had posted in the general discussion on beta 6
I D/L and installed the correct version of Yanj to Mede8er as indicated here:-
http://www.mede8er.org/public_beta/YAMJ_To_Mede8er_Beta_7.rarIn the MediaInfo folder I copied the D/loaded MediaInfo_CLI_0.7.43_Windows_x64 files. (as far as I could find these are the latest files)
Previously installed on my system was the latest Java Version 1.6.0_24 x64 from Sun Microsystems.
I set up Yamj's settings as required.
Then on running Yamj to Mede8er the Running Yamj Box came up with the following message:-
"Java is not recognised as an internal or external command, operable program or batch file"
In my previous post on the beta6 version
Massbommel replied with this answer:-
"Getting these kind of errors mean that something is wrong with your Java setup or with your
windows environment variables. Has nothing todo with YamJToMede8er package.
http://lmgtfy.com/?q=java+is+not+recognised+as+an+internal+or+external+command"I had previously tried googling this but it seems to me that there are numerous fixes for this problem.
I did try a few but got nowhere.
Earlier in the beta 6 discussion
Sneferu replied to another user who had exactly the same problem:-
"I had the exact problem with win7 64bit enterprise. Try this.
Find MovieJukebox.bat - it is in the folder you installed the entire package. Open it with notepad.
It will have a line similar to the following.
java -Xms256m -Xmx1024m -classpath .;resources;lib/* com.moviejukebox.MovieJukebox %*
change it to include the full path to where java is installed.
Below is a sample of my path
C:\Progra~1\Java\jre6\bin\java -Xms256m -Xmx1024m -classpath .;resources;lib/* com.moviejukebox.MovieJukebox %*
save it - try again.#"
NOTE: You need to ensure the path to java matches yours - search in c:\program files\java - you should find it in there.
Sneferu
So I tried Sneferu's fix.
This is the path of my Java folder on my PC:-C:\Program Files\Java\jre6\bin
which made my MovieJukebox.bat file like this:-
===================================================================================
@echo off
rem ***
rem *** Yet Another Movie Jukebox command script
rem ***
rem *** DO NOT CHANGE ANYTHING IN THIS SCRIPT
rem *** UNLESS YOU KNOW WHAT YOU ARE DOING
rem ***
C:\Program Files\Java\jre6\bin\java -Xms256m -Xmx1024m -classpath .;resources;lib/* com.moviejukebox.MovieJukebox %*
===================================================================================
but unfortunately that did'nt work for me either.
My question therefore has any member installed either of these two beta versions on a Windows 7 (x64) P.C. and got it to work correctly.
If so could you please post a step by step guide and if possible your MovieJukebox.bat file so I can compere both against how I am trying to set Yamj 2 Mede8er up. Any other suggestions gratefully recieved.
Apologies about the length of the post, but this is driving me mad.