Centos搭建Groovy開發環境

2021-08-03 06:25:52 字數 888 閱讀 4432

3. sdkman! (the software development kit manager)

this tool makes installing groovy on any bash platform (mac osx, linux, cygwin, solaris or freebsd) very easy.

simply open a new terminal and enter:

$ curl -s 

get.

sdkman.io

|bash

follow the instructions on-screen to complete installation.

open a new terminal or type the command:

$ source

"$home/.sdkman/bin/sdkman-init.sh"

then install the latest stable groovy:

$ sdk install groovy

after installation is complete and you』ve made it your default version, test it with:

$ groovy 

-version

that』s all there is to it!

感覺看到這句話無須在多言,簡直太美好。

個人感覺對於這種中文文獻不多的技術不如直接去翻英文文件,獲取資訊的速率或許遠高於我們在資訊的汪洋中檢索的效率。你知道的。

Ubuntu上搭建groovy 環境

2.開啟 etc profile 末尾增加 export groovy home usr lib groovy 2.4.12 export path groovy home bin path 3.shell下 source etc profile使之生效 4.執行 groovy version 出現...

搭建Eclipse Android x86開發環境

簡單步驟整理 2.用vmware或者virtual box載入以上映象並安裝android x86系統 20g硬碟,1g左右的記憶體 安裝的時候網路選擇nat模式,通過dhcp自動獲取ip。其實bridge模式也可以。關鍵是通過dhcp能自動獲取ip 安裝完以後,就可以聯網了。無法啟動wifi裝置不...

Ubuntu下搭建Android NDK開發環境

如何在ubuntu 系統下搭建android ndk 開發環境呢?下面一步一步教大家 echo home 檢視當前使用者目錄,即 目錄路徑 home wzhnsc pwd 檢視當前路徑 home wzhnsc android ndk r4b 注 如上路徑是我解壓 android ndk r4b li...