[JAVA] How to set character code and line feed code in Eclipse

When the project period becomes long, various members come and go and various things happen, and even if you have a hard time unifying the character code and line feed code once, different things will come in before you know it. It is important that all members have the same settings.

--Environment --Windows 10 Pro 64bit version 1909 - Eclipse Version: 2020-03 (4.15.0) --Default JRE set: Java 11

*. The image is from the previous Mac OS, so please refer to it as an image.

Set the line feed code of the workspace to Windows (\ n \ r)

  1. Select the Prefernces dialog> General> Workspace.
  2. Select New text file line delimiter> Other> Windows.
  3. Click the [Apply] button. Screen Shot 2017-05-23 at 22.11.57.png

Set the character code for each extension

  1. Select the Prefernces dialog> General> Content Types.
  2. Expand the "▶" in the list of [Content Types:]> [Text].

Set the character code of "* .java" to UTF-8

  1. Select Java Source File.
  2. Enter "UTF-8" in [Default encordiong] and click the [Update] button. -: sunflower: Enter the correct character code to activate the [Update] button. Screen Shot 2017-05-23 at 22.09.30.png

Set the character code of "* .properties" to UTF-8

  1. Select Properties File. -: loudspeaker: No such thing is displayed! In that case: Install properties editor
  2. Click [Help]> [Install New Software ..]> [Add] button to display the dialog.
  3. Set any value in [Name] and set http://propedit.sourceforge.jp/eclipse/updates/ in [Location]> Click the [Add] button to close the dialog.
  4. Check [Properties Editor] to install
  5. Restart Eclipse when prompted 1. image.png
  6. Enter "UTF-8" in [Default encordiong] and click the [Update] button. Screen Shot 2017-05-23 at 22.37.34.png

Set the character code of "* .css" to UTF-8

  1. Select CSS.
  2. Enter "UTF-8" in [Default encordiong] and click the [Update] button.

Set the character code of "* .js" to UTF-8

  1. Select JavaScript Source File.
  2. Enter "UTF-8" in [Default encordiong] and click the [Update] button.

Set the character code of the XML file to UTF-8

  1. Select XML. ――Actually, I wanted to say "all files with the extension .xml", but I didn't like it, so I chose [XML].
  2. Enter "UTF-8" in [Default encordiong] and click the [Update] button. Screen Shot 2017-05-23 at 23.40.25.png

Recommended Posts

How to set character code and line feed code in Eclipse
How to specify character code and line feed code in JAXB
How to set Lombok in Eclipse
How to color code console output in Eclipse
How to run JUnit in Eclipse
Convert line feed code to html line feed tag with Thymeleaf and output
How to set and use profile in annotation-based Configuration in Spring framework
How to include Spring Tool in Eclipse 4.6.3?
How to set up and use kapt
[For beginners] How to debug in Eclipse
How to set different source / target versions for production code and test code
Create your own dialect to convert line feed code to line feed tag in Thymeleaf3
[JavaFX] How to write Eclipse permissions in build.gradle
How to set up and operate jEnv (Mac)
How to automatically generate a constructor in Eclipse
How to set tabs and spaces to be visible by using the tab key to insert spaces in Java files in Eclipse
To debug in eclipse
How to set the display time to Japan time in Rails
Try to quit Eclipse and switch to Visual Studio Code
How to use Z3 library in Scala with Eclipse
How to display a browser preview in VS Code
How to use JDD library in Scala with Eclipse
How to convert A to a and a to A using AND and OR in Java
How to handle TSV files and CSV files in Ruby
How to Git manage Java EE projects in Eclipse
[Rails 6] How to set a background image in Rails [CSS]
How to check CircleCI code and automatically deploy to Heroku
How to debug the generated jar file in Eclipse
How to launch Swagger UI and Swagger Editor in Docker
[Personal application work memo] How to display a bar graph and a line graph in one graph
How to write good code
How to separate words in names in classes, methods, and variables
How to set chrony when the time shifts in CentOS7
[Forge] How to register your own Entity and Entity Render in 1.13.2
[Rails] How to define macros in Rspec and standardize processing
How to set Docker nginx
What happened in "Java 8 to Java 11" and how to build an environment
How to set and describe environment variables using Rails zsh
How to call and use API in Java (Spring Boot)
How to set Java constants
How to select a specified date by code in FSCalendar
Correct the character code in Java and read from the URL
How to use Eclipse Debug_Shell
[Swift5] How to avoid applying dark mode (dark appearance) in code
How to develop and register a Sota app in Java
How to deploy Java application to Alibaba Cloud EDAS in Eclipse
Differences in how to handle strings between Java and Perl
How to install PHP 7.4 and SQL Server drivers in CentOS 7.7
[Xcode] How to arrange Xcode and Simulator screens in full screen
How to set up a proxy with authentication in Feign
How to include PKCE Code_Verifier and Code_Challenge in JMeter requests
How to dynamically switch between FIN and RST in Netty
How to apply C code format from the command line
How to write when you want to keep line breaks and output while avoiding XSS in Rails
How to set the IP address and host name of CentOS8
Java-database connection Java-MySQL connection ③-1: How to set CLASSPATH in environment variable / September 2017
How to POST JSON in Java-Method using OkHttp3 and method using HttpUrlConnection-
[Webpacker] Summary of how to install Bootstrap and jQuery in Rails 6.0
How to write ruby if in one line Summary by beginner
[jOOQ] How to CASE WHEN in the WHERE / AND / OR clause
How to delete large amounts of data in Rails and concerns