I'm trying to get started on IntelliJ. I've setup my project, and I'm now trying to create the JAR file.
The Jar File outputted is of wrong size (Below 1KB), and should be 40KB+. After unzipping the Jar File, there are two files which are not in my "main" folder.
Here is a picture of my project layout. SmashSpotify is the main class.
https://www.dropbox.com/s/qm0usrhtz1v40uz/Screenshot%202015-08-20%2021.01.42.png?dl=0
The META_INF, I'm not sure what it's used for, is in the resources folder. Not in the main/java folder (where all my code is, if this helps).
This is my Project Structure -> Artifacts screenshot: https://www.dropbox.com/s/c17wwx8j64mlc87/Screenshot%202015-08-20%2021.02.48.png?dl=0
How can I successfully create a JAR that includes everything from my main/java directory?
Thanks, Toby.