chrinide / yooreeka

A library for data mining, machine learning, soft computing, and mathematical analysis
1 stars 0 forks source link

bsc.bat should be modified slightly #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. installing Java in the default folder on Windows
2. running bsc.bat

What is the expected output? What do you see instead?
an error is thrown cause the default path to JAVA_HOME has a space in "Program 
Files"

What version of the product are you using? On what operating system?
the latest download; on Windows 7

Please provide any additional information below.
adding double quotes around %JAVA_HOME% (i.e. "%JAVA_HOME%") fixes the problem

Original issue reported on code.google.com by i...@100candles.com on 16 Jan 2011 at 7:01

GoogleCodeExporter commented 9 years ago
Added double quotes around the %JAVA_HOME% environment variable, in the bsc.bat 
script file

Original comment by babis.ma...@gmail.com on 19 Jan 2011 at 10:54