Closed GoogleCodeExporter closed 9 years ago
Ah, our installation instructions need to be updated for Windows: you need to
edit your Prudence's \bin\run.bat file and add the two JAR files from
MongoVision.
Can you confirm that this solved the problem for you?
Original comment by tal.liron
on 6 May 2011 at 2:16
Also: the next release of Prudence will feature an improved run.bat that will
make this unnecessary.
If you want to try it now, you can paste this in your run.bat instead of the
explicit listing of *.jar files:
SETLOCAL ENABLEDELAYEDEXPANSION
SET JARS=
FOR /F %%J IN ('DIR /B libraries\*.jar') DO SET JARS=!JARS!;%CD%\libraries\%%~J
SET JARS=%JARS:~1%
Original comment by tal.liron
on 6 May 2011 at 3:20
Yes that worked!
I have altered the run.bat as shown above.
I have the two mongo jars in both the applications\mongovision\libraries folder
AND my prudence\v11rev_984\libraries folder.
I suspect they need only be in one place... (and will continue reading the docs
on this.)
It also helps to have mongo running. ;)
Thanks again.
Original comment by tgloc...@gmail.com
on 6 May 2011 at 7:00
Great! I will close this issue.
The upcoming release of MongoVision will let you connect to any DB host. It's,
of course, ridiculous to require that MongoVision be installed on the same
machine as MongoDB.
(BTW, new release of Prudence just came out that includes this batch file fix)
Original comment by tal.liron
on 6 May 2011 at 9:42
Original issue reported on code.google.com by
tgloc...@gmail.com
on 3 May 2011 at 9:48