[
https://issues.apache.org/jira/browse/FLINK-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14278497#comment-14278497
]
Thomas Jejkal commented on FLINK-1405:
--------------------------------------
That's true and will be solved by the quotes I've added preventicely. ;-)
However, even without spaces in the path the script fails due to a strange Java
Bug (http://bugs.java.com/view_bug.do?bug_id=7146578).
This can be solved by adding e.g. .; before the wildcard entry.
> Startup fails under Windows
> ---------------------------
>
> Key: FLINK-1405
> URL: https://issues.apache.org/jira/browse/FLINK-1405
> Project: Flink
> Issue Type: Bug
> Components: Distributed Runtime
> Affects Versions: 0.7.0-incubating, 0.8
> Environment: Windows 7 64 Bit
> Oracle JDK 7/8
> Reporter: Thomas Jejkal
> Assignee: Fabian Hueske
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)