scipdf_parser icon indicating copy to clipboard operation
scipdf_parser copied to clipboard

java.lang.IllegalAccessError

Open parrajeremy opened this issue 2 years ago • 0 comments

grobid-0.6.2 $ ./gradlew run

Configuration(s) specified but the install task does not exist in project :grobid-core. Configuration(s) specified but the install task does not exist in project :grobid-home. Configuration(s) specified but the install task does not exist in project :grobid-service. Configuration(s) specified but the install task does not exist in project :grobid-trainer.

Task :grobid-core:compileJava FAILED Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details.

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':grobid-core:compileJava'.

java.lang.IllegalAccessError: class org.gradle.internal.compiler.java.ClassNameCollector (in unnamed module @0x6e843276) cannot access class com.sun.tools.javac.code.Symbol$TypeSymbol (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.code to unnamed module @0x6e843276

  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

parrajeremy avatar Sep 02 '22 04:09 parrajeremy