Regain eclipse-- configure java environment + install eclipse (including jdk installation package)

Unexpectedly, after many years, I still can't escape the curse of eclipse

Seriously, companies can’t engage in pirated software. Ideas are too expensive and can’t be bought, so eclipse can only top them.

Brand new computer, from scratch

  1. eclipse download address: https://www.eclipse.org/downloads/, download the installation package
  2. At this time, double-clicking the installation package will not run, because the Java environment is not configured, we need to prepare jdk, download link: https://pan.baidu.com/s/1WwmKcGamjFFjqPVxG61yLA , extraction code: n7qx. Then prepare the folder on the D drive as shown in the figure below, double-click to install jdk, and remember to change the installation location to the prepared folder during the process.
    Insert picture description here
  3. After the jdk is installed, you can start to install eclipse, double-click the installation package, and install it as prompted.
  4. Once you’re done, you can start writing. If you’re not familiar with the interface, you can watch this video: https://www.imooc.com/learn/124 , it’s an introductory java course on MOOC. It just happens to use eclipse. Speak well.

Insert picture description here

  1. The white interface is a bit dazzling, you can set it to black: Window—>Preferences—>General—>Apperance, select the theme as Dark, confirm

Guess you like

Origin blog.csdn.net/weixin_43361722/article/details/110082654