ideauidesigner-maven-plugin | Git copy of ideauidesigner-maven-plugin | IDE Plugin library
kandi X-RAY | ideauidesigner-maven-plugin Summary
kandi X-RAY | ideauidesigner-maven-plugin Summary
This is a git clone of I modified it to support IntelliJ 12.x since one of my IntelliJ plugins wasn't building with 1.0-beta-1. All credit goes to original authors of the maven plugin.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Executes the tool
ideauidesigner-maven-plugin Key Features
ideauidesigner-maven-plugin Examples and Code Snippets
Community Discussions
Trending Discussions on ideauidesigner-maven-plugin
QUESTION
I using Swing GUI Form in my program. In IntelliJ IDEA all work fine, but after packaging via Maven I get the error:
C:\Work\Idea\XLSConfigurdator\target>java -jar xlsconfigurdator-parent-1.0.jar. Exception in thread "main" java.lang.NoClassDefFoundError: com/intellij/uiDesign er/core/GridLayoutManager at XLSCreator.$$$setupUI$$$(XLSCreator.java) at XLSCreator.(XLSCreator.java:24) at XLSCreator.main(XLSCreator.java:73) Caused by: java.lang.ClassNotFoundException: com.intellij.uiDesigner.core.GridLa youtManager at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 3 more
C:\Work\Idea\XLSConfigurdator\target>java -jar xlsconfigurdator-parent-1.0.jar Exception in thread "main" java.lang.NoClassDefFoundError: com/intellij/uiDesign er/core/GridLayoutManager at XLSCreator.$$$setupUI$$$(XLSCreator.java) at XLSCreator.(XLSCreator.java:24) at XLSCreator.main(XLSCreator.java:73) Caused by: java.lang.ClassNotFoundException: com.intellij.uiDesigner.core.GridLa youtManager at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 3 more
"main" method only run constructor of class, constructor configured GUI Form via $$$setupUI$$$() method (File - Settings - Generate GUI into: Java source code).
...ANSWER
Answered 2017-Jul-26 at 11:09Thanks for all, you are best.
But I forgot paste into pom.xml maven-compiler-plugin and configure it
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ideauidesigner-maven-plugin
You can use ideauidesigner-maven-plugin like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the ideauidesigner-maven-plugin component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page