Hello I am having a problem when I want to open my jar file after making the build. In my ide bare all correct, but after wanting to open the jar executable does not start me and when I do it by console I get the following error.
Exception in thread "main" java.lang.NoClassDefFoundError: org/netbeans/lib/awtextra/AbsoluteLayout
I tried adding the dependency separately, I created a folder with the library in my project and it doesn't work, if someone can give me a hand.