emacs新手,请问下org-mode有没有可以运行jshell的方法

解决了

#+BEGIN_SRC bash :results verbatim
jshell
int a[] = {0,1,3,5,8}
a
a[3] = 42
a
#+END_SRC