1. Install the JDK (to the SUN website download, install the JDK and set the environment variable, I will be slightly) 2. Install EditPlus (I use Chinese Hanhua version, installation) 3. Configure editplus for Java Compile Environment 3.1 Configuring Java Compiler EditPlus-> Tools -> Configuring User Tools -> Parameter Settings -> Modify Default Group 1 Group Name (change to IDE_JAVA) -> Add Tool (Select Applications), browse your JDK installation path (add Javac application - Compile Java Original Program) -> Modify Menu Text (Comp) -> Setting Parameters (Select File Path) -> Setting Initialization Directory (Select File Directory) -> Select Capture Output and Parameter Tips -> Apply (OK, Java Compiled is configured) The screenshot is as follows:
Compiler configuration
3.2 Run Java Program EditPlus-> Tools -> Configuring User Tools -> Parameter Settings -> Select Tools Group (IDE_JAVA) -> Add Tool (Select App), browse your JDK installation path (add Java application - run Java) Original program) -> Modify Menu Text (RUN) -> Settings Parameters (Select File Name "-> Setting Initialization Directory (Select File Directory) -> Select Capture Output and Parameter Tips -> Apply (OK, Java The run is also configured) The screenshot is as follows:
Run the Java program configuration
4. Configure shortcuts 4.1 Setting IDE_JAVA shortcuts in parameter settings -> Tools -> Keyboard -> Tool -> Modify ToolGroup1 shortcuts (if you do not configure other user tools, the default ToolGroup1 is our IDE_JAVA we just set) Screenshot below:
Configure IDE_JAVA shortcuts
4.2 Settings COMP and Run's shortcuts in the parameter settings -> Tools -> Keyboard -> Tool -> Modify ToolUser1 shortcuts (if you do not configure other user tools, the default Tooluser1 is what we just set (Comp), the same Also modify the shortcuts of ToolusR2 (RUN)
PS: 1. In the configuration of 3.1 and 3.2, if your Java program does not command line parameters, you may not select the option of the parameter prompt, there is no relationship, in compiling and run, it prompts you to enter parameters, you Direct delivery to confirm that the 2.EDitplus Chinese version If you can't find it, I will put the SCO version of the FTP.
5. Test ok, now we have configured our own Java IDE environment :) Now edit a Java original program, compile running, show us a Java editing template :)) The screenshot is as follows:
Java compilation