I have a Java project which useses Intellij form to display a window application with external dependency but I tired following method to create executable JAR then it is getting executed (not even error message)
File>Project structure>artifacts> + >JAR woth dependency >OK Build > Build artifacts > JAR will be created then double click ---> no output
My file structure:
Project abc
----+src
-------+main
------------+java
-----------------class1.java
-----------------+pack
---------------------->class2.java
---------------------->feature.form
-------------+resources
----------------->jar1.jar