You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My groovy script stored in a folder with CJK charactor.
When I use groovyserv to run the script. I got FileNotFoundException, the file wax exactly in that folder.
Starting server.....................
Server is successfully started up on 1961 port
Caught: java.io.FileNotFoundException: D:\projects\納品物\test.groovy (D:\projects\納品物\test.groovy)
java.io.FileNotFoundException: D:\projects\納品物\test.groovy (D:\projects\納品物\test.groovy)
at groovyx.groovyserv.GroovyMain2.processOnce(GroovyMain2.java:609)
at groovyx.groovyserv.GroovyMain2.run(GroovyMain2.java:391)
at groovyx.groovyserv.GroovyMain2.process(GroovyMain2.java:377)
at groovyx.groovyserv.GroovyMain2.processArgs(GroovyMain2.java:130)
at groovyx.groovyserv.GroovyInvokeHandler.invokeGroovy(GroovyInvokeHandler.groovy:134)
at groovyx.groovyserv.GroovyInvokeHandler.run(GroovyInvokeHandler.groovy:64)
My groovy script stored in a folder with CJK charactor.
When I use groovyserv to run the script. I got FileNotFoundException, the file wax exactly in that folder.
groovy can run this file.
The text was updated successfully, but these errors were encountered: