Intellij skips my break points when trying to debug my application. I believe its the same issue as this (unresolved) issue javafx-maven-plugin/javafx-maven-plugin#318
<plugin> <groupId>org.openjfx</groupId> <artifactId>javafx-maven-plugin</artifactId> <version>0.0.8</version> <configuration> <stripDebug>true</stripDebug> <compress>2</compress> <noHeaderFiles>true</noHeaderFiles> <noManPages>true</noManPages> <launcher>hellofx</launcher> <jlinkImageName...
<plugin> <groupId>org.openjfx</groupId> <artifactId>javafx-maven-plugin</artifactId> <version>0.0.8</version> <configuration> <stripDebug>true</stripDebug> <compress>2</compress> <noHeaderFiles>true</noHeaderFiles> <noManPages>true</noManPages> <launcher>hellofx</launcher> <jlinkImageName...
Typically, the IDE runs and debugs the project usingjavafx-maven-plugin. However, if the project has classified dependencies in the pom and is run using "mvn javafx:run", an exception occurs, as stated injava.lang.RuntimeException: Error initializing QuantumRenderer: no...
我找到了解决方案:在JavaFx with IntelliJ > Non modular with Maven的最后一步中,它声明:...
().debug(String.format("Including packager.jar from system-scope: %s", packagerJarFilePathString)); File dest = new File(libDir, packagerJarFile.getName()); if( !dest.exists() ){ Files.copy(packagerJarFile.toPath(), dest.toPath()); } // this is for INSIDE ...
我也有同样的两个问题:1.无法执行cl操作 1.找不到stdio.h或类似文件
[DEBUG] Tasks: [clean, javafx:run] [DEBUG] Style: Regular [DEBUG] === [INFO] [INFO] --- [INFO] Building DemoHadoopFiles 1.0-SNAPSHOT [INFO] ---
But my basic run debug cycle has not really been available to me since the Jigsaw development cycle and I guess my frustration boiled over. And now Java 10, it's all leaving my app behind. EDIT: apologising again I found a way to get the exec plugin to do what I want, slightly ...
[ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginContainerExceptionMember...