- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试使用 FTPClient 读取文件名。我使用过commons-net-3.3.jar和commons-io-2.4.jar。但是在执行时,我遇到以下异常,
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
The import org.apache.oro cannot be resolved
The import org.apache.oro cannot be resolved
The import org.apache.oro cannot be resolved
The import org.apache.oro cannot be resolved
The import org.apache.oro cannot be resolved
The import org.apache.oro cannot be resolved
Pattern cannot be resolved to a type
MatchResult cannot be resolved to a type
PatternMatcher cannot be resolved to a type
_matcher_ cannot be resolved
Perl5Matcher cannot be resolved to a type
pattern cannot be resolved
Perl5Compiler cannot be resolved to a type
MalformedPatternException cannot be resolved to a type
result cannot be resolved or is not a field
_matcher_ cannot be resolved
pattern cannot be resolved or is not a field
result cannot be resolved or is not a field
_matcher_ cannot be resolved
result cannot be resolved or is not a field
result cannot be resolved or is not a field
result cannot be resolved or is not a field
result cannot be resolved or is not a field
result cannot be resolved or is not a field
result cannot be resolved or is not a field
result cannot be resolved or is not a field
at org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl.<init>(RegexFTPFileEntryParserImpl.java:19)
at org.apache.commons.net.ftp.parser.ConfigurableFTPFileEntryParserImpl.<init>(ConfigurableFTPFileEntryParserImpl.java:57)
at org.apache.commons.net.ftp.parser.UnixFTPEntryParser.<init>(UnixFTPEntryParser.java:136)
at org.apache.commons.net.ftp.parser.UnixFTPEntryParser.<init>(UnixFTPEntryParser.java:119)
at org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory.createUnixFTPEntryParser(DefaultFTPFileEntryParserFactory.java:169)
at org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory.createFileEntryParser(DefaultFTPFileEntryParserFactory.java:94)
at org.apache.commons.net.ftp.FTPClient.initiateListParsing(FTPClient.java:2359)
at org.apache.commons.net.ftp.FTPClient.listFiles(FTPClient.java:2142)
at org.apache.commons.net.ftp.FTPClient.listFiles(FTPClient.java:2188)
at com.school.util.GetFileList.main(GetFileList.java:32)
最佳答案
看起来您有一个旧版本的 commons-net,它依赖于您的类路径中的 Jakarta ORO。 Commons-net 过去一直依赖 ORO,直到版本 1.4.1 .
如果您使用 Maven/Gradle/Ivy,请确保您没有将此版本作为传递依赖项或其他库获取。
放弃这个旧版本的 commons-net 应该可以解决这个问题。
关于java - 导入 org.apache.oro 无法解析,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22756090/
尝试使用此命令安装 oro 平台 sudo php app/console oro:install --env="dev"但出现以下错误: Dropping database schema... [P
我需要在订购过程中实现一些额外的东西 - 对于每个订购的项目,crm 用户应该选择一个客户“选项”,并且该选择应该按顺序保存。 因此,我创建了与 Customer 具有 ManyToOne 关系的新实
我正在尝试在 CentOS 7 上安装 ORO CRM 4.2。我在 Composer 安装后输入数据库参数。然后我可以在parameters.yml中检查用户/密码是否正常,但是由于某种原因,当我执
我正在尝试使用 FTPClient 读取文件名。我使用过commons-net-3.3.jar和commons-io-2.4.jar。但是在执行时,我遇到以下异常, Exception in thre
ORO CRM 有一段代码返回 requires.js 配置 requirejs.config.js.twig: paths: { {% if app.debug %} 'or
我无法从 mysql 中删除数据库。错误是这样的 ERROR 1010 (HY000): 删除数据库时出错(无法 rmdir '.\oro', errno: 41) 我尝试使用 phpmyadmin
我是一名优秀的程序员,十分优秀!