[jira] [Created] (FLINK-1405) Startup fails under Windows

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-1405) Startup fails under Windows

Shang Yuanchun (Jira)
Thomas Jejkal created FLINK-1405:
------------------------------------

             Summary: 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


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)