
What to do if gbk’s unmappable characters appear in java
Such an error occurs, usually because the code contains Chinese characters, Chinese characters in comments also count. Because when using CMD to run a java program, the system's default encoding format is gbk. Codes containing Chinese characters are generally in UNICODE format, so it is easy to cause coding errors when running codes containing Chinese characters directly.
Method 1: Convert the encoding format of the source file
Use notepad software to open the source file
1. First copy all the source file code. Then delete all the code;
2. Next, set the encoding format to "Use ANSI format encoding". After setting, paste the source file and save it.
After modification, let’s run it again and it works perfectly.
Method 2: Use the -encoding directive to specify the running encoding as UTF-8
If you do not use an integrated editor, but use a tool such as Notepad to write code. Then you can directly use the -encoding directive to specify the encoding format for the file.
For example javac -encoding UTF-8 XXX.java
Replace XXX with your java file name.
For example, enter javac -encoding UTF-8 Puppy.java, the compilation is successful and runs perfectly.
php Chinese website, a large number of free Java introductory tutorials, welcome to learn online!
The above is the detailed content of What should I do if gbk's unmappable characters appear in Java?. For more information, please follow other related articles on the PHP Chinese website!

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

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SublimeText3 Linux new version
SublimeText3 Linux latest version

Dreamweaver CS6
Visual web development tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.





