Java Environment Setting

Posted 庄泽波の博客

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Java Environment Setting相关的知识,希望对你有一定的参考价值。

As a non-Java developer, I am quit stuck in Java environment setting because I am not familiar with Java.

I write it down as following, I think it is the best way to write it in /etc/profile:

export JAVA_HOME=/usr/local/jdk1.8.0_111
export PATH=$JAVA_HOME/bin:$PATH
export CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar

  

 

以上是关于Java Environment Setting的主要内容,如果未能解决你的问题,请参考以下文章

Golang environment setting

Setting up a personal development environment

代写C, C++ or Python 作业,Linux environment下编程代写C, C++ or Python 作业代写

bigdata learning unit two--Spark environment setting

Setting up a EDK II build environment on Windows and Linux:搭建Windows和Linux开发环境[2.2]

Programming in Go (Golang) – Setting up a Mac OS X Development Environment