After using the notepad editor to write the java code, and then using javac to compile it, such an error occurs! (Recommended learning: notepad )
The code is as follows:
The error is as follows Picture:
Error reason:
Since the JDK is an international version, when compiling, if we do not Use the -encoding parameter to specify the encoding format of our JAVA source program. Then javac.exe will first obtain the encoding format used by our operating system by default. That is, when compiling a java program, if we do not specify the encoding format of the source program file, JDK will first Obtain the file.encoding parameter of the operating system (it saves the default encoding format of the operating system, such as WIN2k, its value is GBK), and then JDK converts our java source program from the file.encoding encoding format to the JAVA internal default UNICODE format into memory.
Then, javac compiles the converted unicode format file into a .class class file. At this time, the .class file is UNICODE encoded, and it is temporarily placed in the memory. Then, JDK converts this file into a UNICODE file. The encoded and compiled class file is saved to our operating system to form the .class file we see.
For us, the .class file we finally obtained is a class file whose content is saved in UNICODE encoding format. It contains the Chinese string in our source program, but at this time it has been passed through file. The encoding format is converted to UNICODE format.
When we compile without setting, it is equivalent to using the parameters: javac -encoding gbk XX.java. Of course, incompatibility will occur.
Solution:
Menu: Settings→Preferences→New, select the encoding method as ANSI.
The above is the detailed content of notepad++java code encoding gbk's unmappable characters. For more information, please follow other related articles on the PHP Chinese website!

Notepad uses Git for source code management and enables global collaboration through GitHub. 1.Git's distributed features allow developers from different geographical locations to work together. 2.Notepad's development team uses flexible working hours and asynchronous communication to deal with time zone differences. 3. Use basic and advanced Git features such as branching, merge requests and code review to improve collaboration efficiency and code quality.

Notepad is a free and powerful text editor for Windows platforms. Its advantages include: 1. Supports syntax highlighting and code folding in multiple programming languages; 2. Enhanced functions of plug-in systems and flexible configuration options; 3. Optimized performance of multi-threading technology and memory management; 4. Improved work efficiency; 5. Excellent performance when processing large files.

Notepad wascreatedbyDonHoin2003toaddresstheneedforamoreefficienttexteditor.1)DonHo,aTaiwaneseprogrammer,releasedthefirstversionin2003.2)Itsopen-sourcenaturehasallowedforcollaborativedevelopmentandcontinuousimprovement.3)Notepad offersextensibilityt

Notepad is a free source code editor that supports syntax highlighting and code folding in multiple programming languages. Installation steps: 1. Visit the official website to download the latest version; 2. Double-click the installation package and follow the prompts to install; 3. Start Notepad from the Start menu. Usage tips: 1. Select the corresponding language for syntax highlighting; 2. Install plug-ins such as "Compare" for file comparison; 3. Adjust the encoding format to solve display problems; 4. Turn off automatic completion and clean up plug-ins to optimize performance; 5. Enable automatic backup function to protect the code.

Notepad remains free and open source through user donations. 1) Donations are made through PayPal or bank transfer, and the user voluntarily decides the amount. 2) Funds are used for server fees, development tools and developer bonuses, and transparency is guaranteed through periodic reports. 3) Donations not only support Notepad, but also support the development of the entire open source community.

The steps to display line numbers in Notepad are: 1. Settings -> Preferences -> Editor -> Check "Show Line Number". Line numbering is crucial for programmers because it helps quickly locate and reference specific locations in code and improves productivity.

Choose Notepad because it is more powerful and suitable for programming and advanced text editing. 1. Notepad is suitable for simple text editing, lightweight and fast. 2.Notepad supports multiple programming languages, provides syntax highlighting and plug-in extensions, suitable for complex programming tasks.

When processing large files, you should use Notepad, command-line tools, or custom scripts. 1.Notepad supports file chunked loading to reduce memory usage. 2. Command line tools such as less or more read files in stream mode. 3. Custom scripts use Python's itertools module to read files iteratively to avoid loading all content at once.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

Zend Studio 13.0.1
Powerful PHP integrated development environment

SublimeText3 English version
Recommended: Win version, supports code prompts!

SublimeText3 Chinese version
Chinese version, very easy to use

Dreamweaver Mac version
Visual web development tools