Just download JDK, and extract.
Download appropriate JDK. (i586, amd64. This depends on your linux system. If you choose different one, the system cannot recognize the executable files.)
cd ~/Downloads| # When creating String, usually double quotations or single quotations are used. | |
| # In double quotations, #{ var } can be used. \ should work. | |
| # In single quotations, \ also should work. | |
| "Hello, everyone" | |
| 'Hi, everyone' | |
| "Hello, \" everyone" | |
| 'Hi, \' everyone' | |
| greeting = "Good morning " |
| # | |
| # Written by niceume | |
| # 2013 July. 11 | |
| # | |
| # also refer to src/share/skel/dot.cshrc | |
| # .cshrc - csh resource script, read at beginning of execution by each shell | |
| # see also csh(1), environ(7). | |