Run IntelliJ IDEA in Mac10.9 and JDK7 Environments
After upgrading to Mavericks, you must install the JDK environment on your own. If you have installed JDK 7, it is okay to run the javac and java commands in the command line after installation, but neither Eclipse nor IDEA can be started. The system requires the installation of JDK 6.
Follow these steps:
Find/Library/Java/JavaVirtualMachines/jdk1.7.0 _ XX. jdk/Contents/Info. plist and add the follo
IntelliJ IDEA common shortcut keys and tips
IntelliJ Idea common shortcut keys
Alt + press enter to import the package, automatically correctedCtrl + N lookup classCtrl + Shift + N search for filesCtrl + Alt + L format the codeCtrl + Alt + O optimized imported classes and packagesAlt + Insert generate code (such as get, set method, constructor, etc)Ctrl + E or Alt + Shift + C recently changed codeCtrl + R r
Original address: http://blog.csdn.net/z69183787/article/details/41416189
1. Preface
2. Item configuration (Project Structure)
2.1 Project
2.2 Modules
2.3 Libraries
2.4 Facts
2.5 Artifacts
3. Create a deployment for non-MAVEN projects
Deployment of 4.Maven Projects
5. Summary
This paper summarizes the problem of the deployment of Web projects in IntelliJ, and how to configure, because there is no very s
IntelliJ IDEA build a PhoneGap for Android Development Environment
We all know that the PhoneGap cross-platform mobile framework supports IOS, Android, Windows 8, and so on /...... And other mainstream mobile operating systems!
Now let's build the HelloWorld program for Android development using PhoneGap!
IntelliJ IDEA details: click hereIntelliJ IDEA: click here
IDE: I
Notes on installing IntelliJ IDEA 12 on Ubuntu 13.04.
(1) The idea integration tool must support jdk. For details about how to install jdk in ubuntu, refer
Install and configure JDK 7 in Linux
(2) install IntelliJ IDEA
Download IntelliJ IDEA 12.1.6 and the file ideaiu-12.1.6.tar.gz, http://www.jetbrains.com/idea/download. Decompress the package to the current
How to build a spark development environment using MAVEN step-by-step in IntelliJ idea, and write a simple wordcount instance of Spark based on Scala.
1. Preparatory workFirst you need to install JDK and Scala and development tools on your computer IntelliJ idea, this article uses the Win7 system, the environment is configured as follows:
Jdk1.7.0_15scala2.10.4
Scala official website Download address: http:
"Intellij idea" Eclipse Project importIntelliJ Idea Chinese information online relatively few, for the Eclipse project how to import IntelliJ idea also did not complete the explanation, I am here to organize, convenient for more people to join IntelliJ Idea's lineup.Just go dry!First, import Eclipse project to IdeaFile–new–module from Existing Sources ... Choose
/profileAdd at the end of the open fileExport java_home=/usr/lib/jvm/jdk7export jre_home=${java_home}/jreexport CLASSPATH=.:${java _home}/lib/tools.jar:${jre_home}/lib/dt.jarexport PATHSave the exit and enter the following command to make it effectiveSource/etc/profile4. Configure the default JDKSome Linux distributions already have default JDK, such as OPENJDK. So in order to make the JDK version we just installed can be the default JDK version, we will also make the following configuration.Exe
Speaking of the Java IDE, you can only catchy jbuilder,eclipse,netbeans these three, and this one with eclipse is the most crazy and fanatical, to Google in the "Eclipse" search, you will find that Google gives an amazing "There are about 54,400,000 search results that are consistent with eclipse," Baidu, which specializes in Chinese, has "found about 2,360,000 pages of relevant websites". See how eclipse is being sought after.
JBuilder because of its own reasons, has gradually withdrawn from t
IntelliJ Idea Chinese information online relatively few, for the Eclipse project how to import IntelliJ idea also did not complete the explanation, I am here to organize, convenient for more people to join IntelliJ Idea's lineup.Just go dry!First, import Eclipse project to IdeaFile–new–module from Existing Sources ... Choose your Eclipse ProjectThis step is the k
Reference:Https://stackoverflow.com/questions/22983101/how-to-uninstall-intellij-idea-on-ubuntu-13-10@SLH_IBHttps://askubuntu.com/questions/300684/uninstall-intellij-ultimate-edition-version-12@lenaThe installation is done with the bin/idea.sh installed after extracting the idea compression package.Then want to uninstall, directly delete the extracted idea program directory is not enough, you must also put
Mac OS X Java based programs (such as IntelliJ idea, jEdit, etc.) will appear in the Chinese punctuation input invalid problem, in the Chinese input method state, you can enter the text, but the last to enter Chinese punctuation is the English punctuation. Check the relevant information, the original Java is its own bug. This bug has been seen since the Java 8u51 version, and until now the latest Java 8u72 is still the case, but the old version of Jav
Spark how to learn it. In the premise of ignorance, first go to the official website to quickly understand what spark is doing, the official website here. Then, install the development environment and start learning from WordCount. Third, you can learn other algorithms after the start. Finally, do not give up and continue to study further.
So, the first thing to solve is how to build the development environment problem.
1, to ensure that your computer installed JDK, and configured the JAVA_HOME
IntelliJ idea is a very good Java editor, beginners can be some of the ways to feel very uncomfortable, just beginning to use when I also feel very unaccustomed, in reference to some online articles here to put my experience written out, I hope beginners can quickly adapt to it, You will soon feel that programming is a pleasure.
Some setup tips after installation:
1.
How to display the perfect Chinese: settings->appearance check override default fon
Article reprinted from: http://www.cnblogs.com/sky100/archive/2009/01/22/1379949.html
IntelliJ idea is a very good Java editor, beginners can be some of the ways to feel very uncomfortable, just beginning to use when I also feel very unaccustomed, in reference to some online articles here to put my experience written out, I hope beginners can quickly adapt to it, You will soon feel that programming is a pleasure.Some setup tips after installation:1.H
First step: Modify the IntelliJ idea configuration file:
Find the IntelliJ Idea installation directory, the bin folder below the idea64.exe.vmoptions and idea.exe.vmoptions two files, respectively, in the two files added:-dfile.encoding=utf-8
Step two: Find IntelliJ Idea's file---settings---Editor---fileencodings globalencoding and projectencoding and default e
IntelliJ Idea Chinese information online relatively few, for the Eclipse project how to import IntelliJ idea also did not complete the explanation, I am here to organize, convenient for more people to join IntelliJ Idea's lineup.Just go dry!First, import Eclipse project to IdeaFile–new–module from Existing Sources ... Choose your Eclipse ProjectThis step is the k
This article is translated from the official Android technical document "Migrating from IntelliJ Projects", the original address: http://tools.android.com/tech-docs/ New-build-system/migrating-from-intellij-projects. The previous article described how the previous article introduced how to migrate an Android project on Eclipse to Android Studio, which continues to introduce the migration of the
Directory structure of intellij idea web applications
Ø directory diagram:
Ø directory explanation:
Development Directory
Directory Name
Description
Test
Project name
Lib
Jar package storage directory
SRC
The directory where the source file (class, resource file) is stored
Test
Directory of test case files (class and resource files)
Web
Web root directory to store Web
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.