Linux平台下的Intellij IDEA基本设置
Linux平台下的Intellij IDEA基本设置 1、添加桌面快捷方式 [root@hadron 桌面]# touch ideaIU.desktop [root@hadron 桌面]# vi ideaIU.desktop #!/usr/bin/env xdg-open [Desktop Entry] Encoding=UTF-8 Name=IdeaIU Comment=IdeaIU Exec=/root/idea-IU-163.10154.41/bin/idea.sh Icon=/root/idea-IU-163.10154.41/bin/idea.png Terminal=false StartupNotify=true Type=Application Categories=Application;Development; (补充:/usr/share/applications目录下的文件可以复制到桌面,即是桌面快捷方式) 2、设置JDK File -> Project Structure... -> Project 设置到JDK根目录 3、设置Tomcat (1)Run主菜单 -> Edit Configurations... (2)展开Defaults,找到Tomcat Server下的Local (3)单击Application Server后的Configure..