-
Enhancement
-
Resolution: Duplicate
-
P4
-
9
Currently jshell recognizes arguments as a whole argument. This argument is given to ProcessBuilder which is executed it as entire command.
E.g: "java -cp . Main args" is executed as a whole command, not as executing of java which executes Main with the specified classpath and arguments.
E.g: "java -cp . Main args" is executed as a whole command, not as executing of java which executes Main with the specified classpath and arguments.
- duplicates
-
JDK-8147495 jshell tool: correctly handle arguments on /seteditor command
-
- Closed
-