tags: java

Package name is not valid . 'import' is not a valid Java identifier
Meaning: invalid package name, import is not a valid identifier
It is recommended that in Java, the name of packages should not be used with keywords, or add some symbols ("_" "01") before and after it, which can solve this problem.
Error production environment Configure the modification of the Profile file in the CentOS 7 system. wrong description wrong reason This is due to space caused, and there is no space on both sides. Sol...
General reasons for export '=' NOT a Valid Identifier The reason is that you modified/etc/profile In the file You add spaces My code is as follows: Modify as follows: It is ok to remove the spaces on ...
This article takes the import selenium package error report as an example, which is suitable for most import package error reports 1. Problem description: 1. When I use python to open the web page, I ...
Defined parity type @Null: Verifies whether the object is a null @NotNull verify the object is not null, the search can not be the subject of a string of length 0 @NotBlank: check constraint there is ...
Reference link he identifier [class] is not a valid Java identifier as required by section 1.19 text Solution: add the last tomcat/conf/catalina.properties file org.apache.el.parser.SKIP_IDENTIFIER_CH...
...
The reason is that you modified the /etc/profile file. you added a space My code is as follows: Amended as follows: Remove the spaces on both sides of the equal sign. You should pay attention t...
Problem Description: export: `=’: not a valid identifier namely: after export "=" is not a valid identifier Solution: Check back configuration environment content, found:The reason is ...
There is no error in the script syntax, it should be a format problem after online query Solution: Install a text conversion tool dos2unix. The text encoding specifications used by various platforms a...