Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「./hello」などのコマンドを使用して、Linux コマンド ラインで Java プログラムを呼び出すことはできますか?
というスクリプトを作成し、hello実行可能ファイルに chmod して、PATH 環境変数に登録されているフォルダーに配置します。次に例を示します。
hello
$ echo '$JAVA_HOME/bin/java -jar /path/to/myjar.jar' > hello $ chmod a+x hello $ ./hello