daniel782 / epubcheck

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

error message when using Windows 7 with epubchecker1.2 #102

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
PROBLEM:

getting the error message: "'java' is not recognized as an internal or external 
command, operable program or batch file."

METHOD:

Windows 7: these are the instructions we used for XP:
To run epubchecker, go to Start>Programs>Accessories>Command Prompt.
Type java -jar at the prompt.
Drag the "epubcheck-1.1.jar" file into the command prompt window. 
Press the space bar. 
Go to the window where your epub file is and drag and drop that file onto the 
command prompt window. 
Press the space bar. 
Type 2> in the command window. Drag and drop the epublog.txt file that you 
created into the command window. 
Press Enter.

RESULT:

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

PLATFORM:

Version 1.2 on Windows 7

Original issue reported on code.google.com by joel.wil...@sas.com on 22 Apr 2011 at 6:15

GoogleCodeExporter commented 8 years ago
same error here I am using Win 7 :(

Original comment by ryansuta...@gmail.com on 16 May 2011 at 1:15

GoogleCodeExporter commented 8 years ago
We found that the environment variable PATH needed to have a line added to 
recognize these system 32 commands.

Had to go to MY COMPUTER / PROPERTIES / ADVANCED / ENVIRONMENT VARIABLES and in 
the SYSTEM VARIABLES, prefix the path with the following:

%SystemRoot%\system32;%SystemRoot%;

File/Save the path, then the commands work

Original comment by joel.wil...@sas.com on 16 May 2011 at 2:06

GoogleCodeExporter commented 8 years ago

Original comment by markus.g...@gmail.com on 24 Oct 2011 at 1:42