mbien commented on issue #4425: URL: https://github.com/apache/netbeans/issues/4425#issuecomment-1195532061
this is no regular package, it isn't public. You won't be able to build the project, its not the fault of the editor. ``` $ mvn clean install [INFO] Scanning for projects... [INFO] [INFO] ----------------------< dev.mbien:mavenproject1 >----------------------- [INFO] Building mavenproject1 1.0-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mavenproject1 --- [INFO] Deleting /tmp/mavenproject1/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mavenproject1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /tmp/mavenproject1/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ mavenproject1 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /tmp/mavenproject1/target/classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /tmp/mavenproject1/src/main/java/dev/mbien/mavenproject1/Mavenproject1.java:[15,24] package sun.invoke.util does not exist [INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.634 s [INFO] Finished at: 2022-07-26T15:57:34+02:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project mavenproject1: Compilation failure [ERROR] /tmp/mavenproject1/src/main/java/dev/mbien/mavenproject1/Mavenproject1.java:[15,24] package sun.invoke.util does not exist ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
