Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.7.0-incubating, 0.8.0
-
None
-
Windows 7 64 Bit
Oracle JDK 7/8
Description
The script start-local.bat and flink.bat are not working under Windows. There seems to be an issue with building the classpath. However, changing the classpath argument of e.g. start-local.bat from
%FLINK_JM_CLASSPATH%
into
.;"%FLINK_JM_CLASSPATH%"
solved the issue for me.