在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:albertlatacz/java-repl开源软件地址:https://github.com/albertlatacz/java-repl开源编程语言:Java 92.0%开源软件介绍:Java REPLREPL this project will no longer be maintained.NOT MAINTAINED: Since Java is now released withJava REPL is a simple Read-Eval-Print-Loop for Java language.
BuildBuilding Java REPL requires the gradle. After cloning the git repository, navigate over to it and run:
After this completes, the jar completed with bundled dependencies will be located at build/libs/javarepl-dev.jar Type the following to run
ReleasesReleases are automatically released to . Configure repository and then add Java REPL as dependency: <dependencies>
<dependency>
<groupId>com.javarepl</groupId>
<artifactId>javarepl</artifactId>
<version>SOME_VERSION</version>
</dependency>
</dependencies> UsageTo run Java REPL you need to install Java Development Kit (JDK). Download it from here and follow install instructions. Once JDK is installed and configured, download latest Java REPL release from GitHub or Bintray then run:
If this doesn't work try to run pointing directly to java executable within JDK, like so
LicenseDistributed under the Apache 2.0 |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论