简体   繁体   中英

What Java components do I need to use Clojure?

I'm setting up an Ubuntu VM to experiment with Clojure. In the Getting Started guide for Clojure , it shows running a java command. which java in my vm doesn't find anything.

I know nothing about Java. Tutorials for installing Java talk about the runtime environment, the SDK, etc.

What do I actually need in order to run Clojure?

Just the Runtime Environment

To run the REPL, all I needed was the Java Runtime Environment, which I installed with sudo apt-get install openjdk-7-jre .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM