How to run Java code using Java code?

后端 未结 4 1492
北荒
北荒 2020-12-05 22:35

Basically, I want to do two things:

  1. I want to know if there is any way that I can run Java code using Java code.
  2. If it is possible, how would I show t
4条回答
  •  天命终不由人
    2020-12-05 23:05

    If you want an interpreter (so, no compiling required) for Java, take a look at BeanShell.
    I like this one very much!

提交回复
热议问题