Github user dnldxn commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/734#issuecomment-196556262
  
    The script seems to have a problem with CLASSPATH's that contain spaces 
(e.g. C:\Program Files\xyz\bin\).  I'm not knowledgeable enough with with 
Windows Batch scripting to determine if this a problem with the startup script 
or my particular environment.
    
    The script fails in the following section of "zeppelin.cmd":
    
    ```
    if "%CLASSPATH%"=="" (
        set CLASSPATH=%ZEPPELIN_CLASSPATH%
    ) else (
        set CLASSPATH=%CLASSPATH%;%ZEPPELIN_CLASSPATH%
    )
    ```
    
    The error thrown:
    `Error: Could not find or load main class Files\xyx\bin\`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to