博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ubuntu 16下安装intellij idea
阅读量:5993 次
发布时间:2019-06-20

本文共 1878 字,大约阅读时间需要 6 分钟。

hot3.png

该文件来自于idea解压后的根目录下的Install-linux-tar.txt

其他os下安装过程请参考 

IntelliJ IDEA

INSTALLATION INSTRUCTIONS

===============================================================================

  Linux Installation Instructions

  ------------------------------------------------------------------------------
  1. Unpack the IntelliJ IDEA distribution archive that you downloaded to
     where you wish to install the program. We will refer to this destination
     location as your {installation home} below.

  2. Open a console and cd into "{installation home}/bin" and type:

       ./idea.sh

     to start the application. As a side effect, this will initialize various

     configuration files in the ~/.IdeaIC2016.3 directory.

  3. [OPTIONAL] Add "{installation home}/bin" to your PATH environment

     variable so that you may start IntelliJ IDEA from any directory.

  4. [OPTIONAL] To adjust the value of the JVM heap size, create

      ~/.IdeaIC2016.3/idea.vmoptions (or idea64.vmoptions
      if using a 64-bit JDK), and set the -Xms and -Xmx parameters. To see how
      to do this, you can reference the vmoptions file under
      "{installation home}/bin" as a model.

  [OPTIONAL] Changing the location of "config" and "system" directories

  ------------------------------------------------------------------------------
  By default, IntelliJ IDEA stores all your settings under the ~/.IdeaIC2016.3/config
  directory and uses ~/.IdeaIC2016.3/system as a data cache.
  If you want to change these settings,

  1. Open a console and cd into ~/.IdeaIC2016.3/

  2. Create the file "idea.properties" and open it in an editor. Set the

     idea.system.path and/or idea.config.path variables as desired, for
     example:

     idea.system.path=~/custom/system

     idea.config.path=~/custom/config

  3. Note that we recommend to store data cache ("system" directory) on a disk

     with at least 1GB of free space.

Enjoy!

-IntelliJ IDEA Development Team

 

转载于:https://my.oschina.net/u/566896/blog/847808

你可能感兴趣的文章
【机器学习】--线性回归中L1正则和L2正则
查看>>
创作型---抽象工厂模式
查看>>
【Linux-CentOS】在无互联网-内网环境的Windows7主机上安装CentOS双系统,从安装到放弃...
查看>>
告别迷茫的2011
查看>>
爬虫代理squid
查看>>
Linux安装界面简介
查看>>
如何让网页上的字如何变大
查看>>
SDOI2015 道路修建
查看>>
Oracle多个字段显示非空的那个
查看>>
POJ-1502-MPI Maelstrom
查看>>
POJ-3126-Prime Path
查看>>
Spring MVC -- UEditor 编辑器整合 上传图片至外部文件夹(非项目文件夹)
查看>>
QT学习之QT中使用EIGEN库
查看>>
复制目录下的目录和文件
查看>>
高性能JavaScript精简笔记
查看>>
<input>参数及<textarea>参数总结
查看>>
关于如果从SQLSERVER中获取 数据库信息 或者 表信息
查看>>
[LeetCode] Longest Substring with At Most Two Distinct Characters
查看>>
定时器的使用说明
查看>>
BZOJ3236[Ahoi2013]作业——莫队+树状数组/莫队+分块
查看>>