在Windows中运行gremlin.bat文件时出错

时间:2017-11-07 00:16:06

标签: gremlin tinkerpop

我从apache tinkerpop网站下载了gremlin控制台zip文件,解压缩了内容并尝试运行gremlin.bat命令。 但我收到此错误“错误:无法找到或加载主类”

有人可以提供建议。 感谢

1 个答案:

答案 0 :(得分:1)

我可以通过设置JAVA_ARGS来重现此行为:

C:\opt\apache-tinkerpop-gremlin-console-3.3.0\bin>set JAVA_ARGS=""

C:\opt\apache-tinkerpop-gremlin-console-3.3.0\bin>gremlin.bat
Error: Could not find or load main class

如果取消设置JAVA_ARGS变量,Gremlin控制台会按预期出现:

C:\opt\apache-tinkerpop-gremlin-console-3.3.0\bin>set JAVA_ARGS=

C:\opt\apache-tinkerpop-gremlin-console-3.3.0\bin>set JAVA_ARGS
Environment variable JAVA_ARGS not defined

C:\opt\apache-tinkerpop-gremlin-console-3.3.0\bin>gremlin.bat

        \,,,/
        (o o)
-----oOOo-(3)-oOOo-----
plugin activated: tinkerpop.server
plugin activated: tinkerpop.utilities
plugin activated: tinkerpop.tinkergraph
gremlin> Gremlin.version()
==>3.3.0