Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It could not run,and there are some problems! #23

Closed
Dongbox opened this issue Apr 28, 2019 · 3 comments
Closed

It could not run,and there are some problems! #23

Dongbox opened this issue Apr 28, 2019 · 3 comments

Comments

@Dongbox
Copy link

Dongbox commented Apr 28, 2019

1、ctrl +shift + p

2、choose PDDL:Configue parser

3、Then inputjava -javaagent:d:/pddl4j/build/libs/pddl4j-3.8.3.jar -server -Xms2048m -Xmx2048m fr.uga.pddl4j.parser.Parser
4、Enter
5、choose this machine
6、Then Input$(parser) -o $(domain) -f $(problem)
7、Enter

But it can not run,the problem is :
Command failed: "java -javaagent:d:/pddl4j/build/libs/pddl4j-3.8.3.jar -server -Xms2048m -Xmx2048m fr.uga.pddl4j.parser.Parser" -o C:\Users\ADMINI~1\AppData\Local\Temp\domain-14420qMBYloxqxZBi.pddl -f C:\Users\ADMINI~1\AppData\Local\Temp\problem-14420ZjjdU2b6pZrN.pddl

We can see it auto-add "" between my code

"java -javaagent:d:/pddl4j/build/libs/pddl4j-3.8.3.jar -server -Xms2048m -Xmx2048m fr.uga.pddl4j.parser.Parser"

What should I do with this problem ? Help~

@jan-dolejsi
Copy link
Owner

Thanks for the report. Path with spaces were being automatically enclosed with double quotes unless those were java -jar or node ... paths. I added java -javaagent: to the exceptions. All of this is of course to ease the usage on Windows : (

This will be fixed in the version 2.10.1 that is coming out shortly. Let me know if you find another issue.

@Dongbox
Copy link
Author

Dongbox commented May 20, 2019

Get it!
Thanks a lot!!

@Dongbox
Copy link
Author

Dongbox commented May 20, 2019

I must say: you are so cool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants