kearygriffin / streambaby

Automatically exported from code.google.com/p/streambaby
1 stars 0 forks source link

'java' is not recognized as an internal or external command, operable program or batch file. #85

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start Streambaby .29
2. Get  'java' is not recognized as an internal or external command,
operable program or batch file.
Exited.
Press any key to continue . . .
3.

What is the expected output? What do you see instead?

It used to work great.

What version of the product are you using? On what operating system?

Streambaby .29
Windows 7 x64
i7-2700k
16gb ram

Please provide any additional information below.

I updated Java from from Java 7 update 3 to Java 7 update 4. Now i get the 
following error when streambaby starts;

'java' is not recognized as an internal or external command,
operable program or batch file.
Exited.
Press any key to continue . . .

I tried to reinstall java 7 update 3 to see if it would help, but i received 
the same issue.

Original issue reported on code.google.com by eat.spa...@gmail.com on 8 May 2012 at 3:09

GoogleCodeExporter commented 9 years ago
Fixed the issue. I had to completely uninstall Java 7 update 4 x64 and I 
reinstalled java 7 update 3 x64. After I did that, I was able to get Streambaby 
running again.

Hope this would help anyone else that runs into this issue.

Thanks for great software!!

Original comment by eat.spa...@gmail.com on 8 May 2012 at 3:19

GoogleCodeExporter commented 9 years ago
I'm having the same problem .. just installed streambaby.

   when I run the streambaby.bat file I get the error.

    if I double-click on the streambaby.jar it seems to start and run - no java cmd console appears, but a process starts and I can connect via my TiVo. It also creates a .log entry that it's up and running and ready.

  I'm running 

     streambaby-20120828-2030
     win7 x64  SP1
     4gb ram
     Java 7 update 25

Original comment by tcichow...@gmail.com on 17 Jul 2013 at 11:31

GoogleCodeExporter commented 9 years ago
It doesn't know the path to java. To get around it you can add a line to the 
batch file prior to the java entry. Something like this...

set path=%path%;C:\Program Files (x86)\Java\jre7\bin

Original comment by TheIngra...@gmail.com on 7 Oct 2014 at 8:24