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.
这是否可以JShell在单个 JVM 中拥有多个实例,同时保持它们独立?就像每个实例都有单独的类路径/类定义一样,即使它们的名称相同?我想创建多个 REPL,但避免为每个创建单独的 JVM。
JShell
REPL 用户必须能够在不干扰其他JShell实例的情况下定义类型。
可能吗?它是开箱即用的吗?怎么做才能实现?