gpt4 book ai didi

java - 当我没有要执行的文件时如何运行 jshell?

转载 作者:行者123 更新时间:2023-11-29 04:05:55 26 4
gpt4 key购买 nike

我想像这样运行 jshell

$ jshell --execute 'System.out.println("Hello World")'
Hello World
$

因此它执行 java 单行代码并终止。可能吗?

最佳答案

您可以使用管道:

echo 'System.out.println("Hello World")' | jshell -

来自 jshell --help:

A load-file may also be "-" to indicate standard input, without interactive I/O.

关于java - 当我没有要执行的文件时如何运行 jshell?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58714497/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com