vscode-java-debug icon indicating copy to clipboard operation
vscode-java-debug copied to clipboard

java terminal promot error

Open Mon-ius opened this issue 6 years ago • 4 comments

Every time I run the java from vscode "Run| Debug" button.

it will give

prompt_ip:8: command not found: networksetup prompt_load:29: command not found: sysctl prompt_load:31: command not found: sysctl prompt_load:44: bad math expression: operand expected at * 0.7' ` following the result.

It looks that it will run the /Library/Java/JavaVirtualMachines/openjdk-11.0.2.jdk/Contents/Home/bin/java -Dfile.encoding=UTF-8 @/var/folders/9m/wk4wyf8n6_s6fhryl541tp9w0000gn/T/cp_7casio0lyeeq4l687bbee3z8n.argfile

which cause the problem.

Does anyone ever meet the same problem as me?

Additionally, I have created two issues.

See https://github.com/microsoft/vscode/issues/84287 and https://github.com/redhat-developer/vscode-java/issues/1136.

Mon-ius avatar Nov 25 '19 00:11 Mon-ius